@itwin/core-common
Version:
iTwin.js components common to frontend and backend
13 lines • 369 B
TypeScript
/** @packageDocumentation
* @module RpcInterface
*/
/** @beta */
export declare class RpcRoutingToken {
private static _next;
static generate(debugLabel?: string): RpcRoutingToken;
static readonly default: RpcRoutingToken;
readonly id: number;
readonly debugLabel: string;
private constructor();
}
//# sourceMappingURL=RpcRoutingToken.d.ts.map