Variable: GetCardAttachmentsSchema
ts
const GetCardAttachmentsSchema: ZodObject<{
fields: ZodOptional<ZodUnion<readonly [ZodString, ZodArray<ZodString>]>>;
filter: ZodOptional<ZodString>;
id: ZodUnknown;
}, $strip>;Defined in: parameters/getCardAttachments.ts:3