Skip to content

Variable: GetCardStickerSchema

ts
const GetCardStickerSchema: ZodObject<{
  fields: ZodOptional<ZodUnion<readonly [ZodString, ZodArray<ZodString>, ZodCustom<
     | "id"
     | "left"
     | "top"
     | "rotate"
     | "zIndex"
     | "image"
     | string & object
     | "imageUrl"
     | "imageScaled", 
     | "id"
     | "left"
     | "top"
     | "rotate"
     | "zIndex"
     | "image"
     | string & object
     | "imageUrl"
     | "imageScaled">, ZodArray<ZodCustom<
     | "id"
     | "left"
     | "top"
     | "rotate"
     | "zIndex"
     | "image"
     | string & object
     | "imageUrl"
     | "imageScaled", 
     | "id"
     | "left"
     | "top"
     | "rotate"
     | "zIndex"
     | "image"
     | string & object
     | "imageUrl"
    | "imageScaled">>]>>;
  id: ZodString;
  idSticker: ZodString;
}, $strip>;

Defined in: parameters/getCardSticker.ts:4