/** * Representation of the 'ImageContentUrl' schema. */ export type ImageContentUrl = { url: string; /** * Default: "auto". */ detail?: string; }; //# sourceMappingURL=image-content-url.d.ts.map