Skip to content

Variable: ImageDescriptorSchema

ts
const ImageDescriptorSchema: ZodObject<{
  _id: ZodOptional<ZodNullable<ZodString>>;
  bytes: ZodOptional<ZodNullable<ZodNumber>>;
  height: ZodOptional<ZodNumber>;
  id: ZodOptional<ZodNullable<ZodString>>;
  scaled: ZodOptional<ZodBoolean>;
  url: ZodOptional<ZodString>;
  width: ZodOptional<ZodNumber>;
}, $strip>;

Defined in: models/imageDescriptor.ts:4