Viewer
    Preparing search index...

    Interface ShapeDiverResponseOutputContent

    Extension of the ResOutputContent as the viewer already creates types for them

    interface ShapeDiverResponseOutputContent {
        format: string;
        contentType?: string;
        data?: unknown;
        href?: string;
        msg?: string;
        name?: string;
        size?: number;
        transformations?: number[][];
    }

    Hierarchy (View Summary)

    Index

    Properties

    format: string
    contentType?: string
    data?: unknown
    href?: string
    msg?: string
    name?: string
    size?: number
    transformations?: number[][]