Ravak Configurator
    Preparing search index...

    Interface ImageThumbnailAPIModel

    interface ImageThumbnailAPIModel {
        thumbnail_type: string;
        url: string;
        width: number;
        height: number;
        mime_type: string;
    }
    Index

    Properties

    thumbnail_type: string
    url: string
    width: number
    height: number
    mime_type: string