Skip to content

Variable: GetNotificationListSchema

ts
const GetNotificationListSchema: ZodObject<{
  fields: ZodOptional<ZodUnion<readonly [ZodString, ZodArray<ZodString>, ZodCustom<
     | "filter"
     | "name"
     | "type"
     | "id"
     | "closed"
     | "color"
     | string & object
     | "creationMethod"
     | "idOrganization"
     | "subscribed"
     | "pos"
     | "idBoard"
     | "softLimit"
     | "datasource", 
     | "filter"
     | "name"
     | "type"
     | "id"
     | "closed"
     | "color"
     | string & object
     | "creationMethod"
     | "idOrganization"
     | "subscribed"
     | "pos"
     | "idBoard"
     | "softLimit"
     | "datasource">, ZodArray<ZodCustom<
     | "filter"
     | "name"
     | "type"
     | "id"
     | "closed"
     | "color"
     | string & object
     | "creationMethod"
     | "idOrganization"
     | "subscribed"
     | "pos"
     | "idBoard"
     | "softLimit"
     | "datasource", 
     | "filter"
     | "name"
     | "type"
     | "id"
     | "closed"
     | "color"
     | string & object
     | "creationMethod"
     | "idOrganization"
     | "subscribed"
     | "pos"
     | "idBoard"
     | "softLimit"
    | "datasource">>]>>;
  id: ZodString;
}, $strip>;

Defined in: parameters/getNotificationList.ts:4