import { appendOnlyActions as actions } from "oak-domain/lib/actions/action"; export const desc = { attributes: { modiId: { notNull: true, type: "ref", ref: "modi" }, entity: { notNull: true, type: "varchar", params: { length: 32 }, ref: ["user", "withdraw", "withdrawChannel"] }, entityId: { notNull: true, type: "varchar", params: { length: 64 } } }, actionType: "appendOnly", actions };