Situm SDK JS
    Preparing search index...

    Type Alias GeoJSONThemeUploadOptions

    type GeoJSONThemeUploadOptions = {
        buildingId: ID;
        theme: Record<string, unknown>;
    }
    Index

    Properties

    Properties

    buildingId: ID
    theme: Record<string, unknown>