Interface QueryTileServerErrorResponse

interface QueryTileServerErrorResponse {
    contractVersion: number;
    error: QueryTileServerError;
}

Properties

contractVersion: number