Skip to content

Variable: GetNotificationCardSchema

ts
const GetNotificationCardSchema: ZodObject<{
  fields: ZodOptional<ZodUnion<readonly [ZodString, ZodArray<ZodString>, ZodCustom<
     | "name"
     | "id"
     | "address"
     | "url"
     | "closed"
     | "desc"
     | "labels"
     | string & object
     | "limits"
     | "shortLink"
     | "isTemplate"
     | "dateLastActivity"
     | "descData"
     | "creationMethod"
     | "shortUrl"
     | "subscribed"
     | "pos"
     | "due"
     | "dueReminder"
     | "idBoard"
     | "dueComplete"
     | "badges"
     | "checkItemStates"
     | "coordinates"
     | "idChecklists"
     | "idLabels"
     | "idList"
     | "idMembers"
     | "idMembersVoted"
     | "idShort"
     | "idAttachmentCover"
     | "locationName"
     | "manualCoverAttachment"
     | "cover", 
     | "name"
     | "id"
     | "address"
     | "url"
     | "closed"
     | "desc"
     | "labels"
     | string & object
     | "limits"
     | "shortLink"
     | "isTemplate"
     | "dateLastActivity"
     | "descData"
     | "creationMethod"
     | "shortUrl"
     | "subscribed"
     | "pos"
     | "due"
     | "dueReminder"
     | "idBoard"
     | "dueComplete"
     | "badges"
     | "checkItemStates"
     | "coordinates"
     | "idChecklists"
     | "idLabels"
     | "idList"
     | "idMembers"
     | "idMembersVoted"
     | "idShort"
     | "idAttachmentCover"
     | "locationName"
     | "manualCoverAttachment"
     | "cover">, ZodArray<ZodCustom<
     | "name"
     | "id"
     | "address"
     | "url"
     | "closed"
     | "desc"
     | "labels"
     | string & object
     | "limits"
     | "shortLink"
     | "isTemplate"
     | "dateLastActivity"
     | "descData"
     | "creationMethod"
     | "shortUrl"
     | "subscribed"
     | "pos"
     | "due"
     | "dueReminder"
     | "idBoard"
     | "dueComplete"
     | "badges"
     | "checkItemStates"
     | "coordinates"
     | "idChecklists"
     | "idLabels"
     | "idList"
     | "idMembers"
     | "idMembersVoted"
     | "idShort"
     | "idAttachmentCover"
     | "locationName"
     | "manualCoverAttachment"
     | "cover", 
     | "name"
     | "id"
     | "address"
     | "url"
     | "closed"
     | "desc"
     | "labels"
     | string & object
     | "limits"
     | "shortLink"
     | "isTemplate"
     | "dateLastActivity"
     | "descData"
     | "creationMethod"
     | "shortUrl"
     | "subscribed"
     | "pos"
     | "due"
     | "dueReminder"
     | "idBoard"
     | "dueComplete"
     | "badges"
     | "checkItemStates"
     | "coordinates"
     | "idChecklists"
     | "idLabels"
     | "idList"
     | "idMembers"
     | "idMembersVoted"
     | "idShort"
     | "idAttachmentCover"
     | "locationName"
     | "manualCoverAttachment"
    | "cover">>]>>;
  id: ZodString;
}, $strip>;

Defined in: parameters/getNotificationCard.ts:4