@archastro/sdk
    Preparing search index...

    Variable imageSourceSchemaConst

    imageSourceSchema: ZodObject<
        {
            file: ZodOptional<ZodString>;
            height: ZodOptional<ZodNumber>;
            media: ZodOptional<ZodString>;
            mime_type: ZodOptional<ZodString>;
            refresh_url: ZodOptional<ZodString>;
            url: ZodOptional<ZodString>;
            width: ZodOptional<ZodNumber>;
        },
        "strip",
        ZodTypeAny,
        {
            file?: string;
            height?: number;
            media?: string;
            mime_type?: string;
            refresh_url?: string;
            url?: string;
            width?: number;
        },
        {
            file?: string;
            height?: number;
            media?: string;
            mime_type?: string;
            refresh_url?: string;
            url?: string;
            width?: number;
        },
    > = ...

    Runtime validator for ImageSource.