interface RasterLayerSourceOptions {
    id: string;
    mime_type: string;
    size: number;
}

Properties

Properties

id: string
mime_type: string
size: number