UNPKG

@cdktf/commons

Version:
19 lines 631 B
export interface ReportParams { dateTime?: Date; arch?: string; os?: string; payload: Record<string, any>; product: string; runID?: string; version?: string; command?: string; language?: string; userId?: string; ci?: string; projectId?: string; } export declare function sendTelemetry(command: string, payload: Record<string, any>): Promise<void>; export declare function getProjectId(projectPath?: string): string; export declare function getUserId(): string; export declare function ReportRequest(reportParams: ReportParams): Promise<void>; //# sourceMappingURL=checkpoint.d.ts.map