Skip to content

Variable: GetNotificationFieldSchema

ts
const GetNotificationFieldSchema: ZodObject<{
  field: ZodUnion<readonly [ZodString, ZodCustom<
     | "type"
     | "data"
     | "id"
     | string & object
     | "date"
     | "reactions"
     | "idMemberCreator"
     | "card"
     | "board"
     | "idAction"
     | "unread"
     | "dateRead", 
     | "type"
     | "data"
     | "id"
     | string & object
     | "date"
     | "reactions"
     | "idMemberCreator"
     | "card"
     | "board"
     | "idAction"
     | "unread"
    | "dateRead">]>;
  id: ZodString;
}, $strip>;

Defined in: parameters/getNotificationField.ts:4