Variable: GetBoardListsSchema
ts
const GetBoardListsSchema: ZodObject<{
cardFields: ZodOptional<ZodUnion<readonly [ZodString, ZodArray<ZodString>, ZodEnum<{
address: "address";
badges: "badges";
checkItemStates: "checkItemStates";
closed: "closed";
coordinates: "coordinates";
cover: "cover";
creationMethod: "creationMethod";
dateLastActivity: "dateLastActivity";
desc: "desc";
descData: "descData";
due: "due";
dueComplete: "dueComplete";
dueReminder: "dueReminder";
id: "id";
idAttachmentCover: "idAttachmentCover";
idBoard: "idBoard";
idChecklists: "idChecklists";
idLabels: "idLabels";
idList: "idList";
idMembers: "idMembers";
idMembersVoted: "idMembersVoted";
idShort: "idShort";
isTemplate: "isTemplate";
labels: "labels";
limits: "limits";
locationName: "locationName";
manualCoverAttachment: "manualCoverAttachment";
name: "name";
pos: "pos";
shortLink: "shortLink";
shortUrl: "shortUrl";
subscribed: "subscribed";
url: "url";
}>, ZodArray<ZodEnum<{
address: "address";
badges: "badges";
checkItemStates: "checkItemStates";
closed: "closed";
coordinates: "coordinates";
cover: "cover";
creationMethod: "creationMethod";
dateLastActivity: "dateLastActivity";
desc: "desc";
descData: "descData";
due: "due";
dueComplete: "dueComplete";
dueReminder: "dueReminder";
id: "id";
idAttachmentCover: "idAttachmentCover";
idBoard: "idBoard";
idChecklists: "idChecklists";
idLabels: "idLabels";
idList: "idList";
idMembers: "idMembers";
idMembersVoted: "idMembersVoted";
idShort: "idShort";
isTemplate: "isTemplate";
labels: "labels";
limits: "limits";
locationName: "locationName";
manualCoverAttachment: "manualCoverAttachment";
name: "name";
pos: "pos";
shortLink: "shortLink";
shortUrl: "shortUrl";
subscribed: "subscribed";
url: "url";
}>>]>>;
cards: ZodOptional<ZodUnion<readonly [ZodString, ZodEnum<{
all: "all";
closed: "closed";
none: "none";
open: "open";
}>]>>;
fields: ZodOptional<ZodUnion<readonly [ZodString, ZodArray<ZodString>, ZodEnum<{
closed: "closed";
color: "color";
creationMethod: "creationMethod";
datasource: "datasource";
filter: "filter";
id: "id";
idBoard: "idBoard";
idOrganization: "idOrganization";
name: "name";
pos: "pos";
softLimit: "softLimit";
subscribed: "subscribed";
type: "type";
}>, ZodArray<ZodEnum<{
closed: "closed";
color: "color";
creationMethod: "creationMethod";
datasource: "datasource";
filter: "filter";
id: "id";
idBoard: "idBoard";
idOrganization: "idOrganization";
name: "name";
pos: "pos";
softLimit: "softLimit";
subscribed: "subscribed";
type: "type";
}>>]>>;
filter: ZodOptional<ZodUnion<readonly [ZodString, ZodEnum<{
all: "all";
closed: "closed";
none: "none";
open: "open";
}>]>>;
id: ZodString;
}, $strip>;Defined in: parameters/getBoardLists.ts:3