oak-general-business/es/oak-app-domain/ReadRemark/Storage.js

18 lines
376 B
JavaScript

import { genericActions as actions } from "oak-domain/lib/actions/action";
export const desc = {
attributes: {
userId: {
notNull: true,
type: "ref",
ref: "user"
},
sessionId: {
notNull: true,
type: "ref",
ref: "session"
}
},
actionType: "crud",
actions
};