Skip to content

Variable: ActionFieldsSchema

ts
const ActionFieldsSchema: ZodCustom<
  | "type"
  | "data"
  | "id"
  | "display"
  | string & object
  | "date"
  | "limits"
  | "idMemberCreator"
  | "memberCreator", 
  | "type"
  | "data"
  | "id"
  | "display"
  | string & object
  | "date"
  | "limits"
  | "idMemberCreator"
| "memberCreator">;

Defined in: models/actionFields.ts:4