Skip to content

Variable: GetCardAttachmentSchema

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

Defined in: parameters/getCardAttachment.ts:3