Skip to content

Variable: GetCardAttachmentSchema

ts
const GetCardAttachmentSchema: ZodObject<{
  fields: ZodOptional<ZodArray<ZodUnknown>>;
  id: ZodString;
  idAttachment: ZodString;
}, $strip>;

Defined in: parameters/getCardAttachment.ts:3