Ravak Configurator
    Preparing search index...

    Interface ImageAPIModel

    interface ImageAPIModel {
        alt_name?: null | string;
        title?: null | string;
        thumbnails: ImageThumbnailAPIModel[];
        url: string;
        width: number;
        height: number;
        mime_type: string;
    }
    Index

    Properties

    alt_name?: null | string
    title?: null | string
    url: string
    width: number
    height: number
    mime_type: string