import { actions } from "./Action"; export const desc = { attributes: { entity: { notNull: true, type: "varchar", params: { length: 32 } }, entityId: { notNull: true, type: "varchar", params: { length: 64 } }, iState: { notNull: true, type: "enum", enumeration: ["normal", "rollbacked"] } }, actionType: "crud", actions };