Skip to content

Variable: ActionFieldsSchema

ts
const ActionFieldsSchema: ZodEnum<{
  data: "data";
  date: "date";
  display: "display";
  id: "id";
  idMemberCreator: "idMemberCreator";
  limits: "limits";
  memberCreator: "memberCreator";
  type: "type";
}>;

Defined in: models/actionFields.ts:3