Viewer
    Preparing search index...

    Interface ShapeDiverResponseExportContent

    interface ShapeDiverResponseExportContent {
        format: string;
        href: string;
        contentType?: string;
        size?: number;
    }
    Index

    Properties

    format: string
    href: string
    contentType?: string
    size?: number