9 lines
256 B
TypeScript
9 lines
256 B
TypeScript
|
export declare type ServerTelemetryRequest = {
|
||
|
clientId: string;
|
||
|
apiId: number;
|
||
|
correlationId: string;
|
||
|
forceRefresh?: boolean;
|
||
|
wrapperSKU?: string;
|
||
|
wrapperVer?: string;
|
||
|
};
|
||
|
//# sourceMappingURL=ServerTelemetryRequest.d.ts.map
|