import { genericActions as actions } from "oak-domain/lib/actions/action";
export const desc = {
attributes: {
shipId: {
notNull: true,
type: "ref",
ref: "ship"
},
orderId: {
ref: "order"
}
actionType: "crud",
actions
};