Variable: GetCardAttachmentSchema
ts
const GetCardAttachmentSchema: ZodObject<{
fields: ZodOptional<ZodArray<ZodCustom<
| "name"
| "id"
| "url"
| "bytes"
| string & object
| "date"
| "idMember"
| "pos"
| "edgeColor"
| "isUpload"
| "mimeType"
| "previews",
| "name"
| "id"
| "url"
| "bytes"
| string & object
| "date"
| "idMember"
| "pos"
| "edgeColor"
| "isUpload"
| "mimeType"
| "previews">>>;
id: ZodString;
idAttachment: ZodString;
}, $strip>;Defined in: parameters/getCardAttachment.ts:4