Type Alias TileContentData

TileContentData: {
    byteLength: number;
    object: TileNode;
    type: ParsedResultType["type"];
    uri: string;
}