Skip to content

Variable: GetActionFieldSchema

ts
const GetActionFieldSchema: ZodObject<{
  field: ZodUnion<readonly [ZodString, ZodCustom<
     | "type"
     | "data"
     | "id"
     | "display"
     | string & object
     | "date"
     | "limits"
     | "idMemberCreator"
     | "memberCreator", 
     | "type"
     | "data"
     | "id"
     | "display"
     | string & object
     | "date"
     | "limits"
     | "idMemberCreator"
    | "memberCreator">]>;
  id: ZodString;
}, $strip>;

Defined in: parameters/getActionField.ts:4