UNPKG

@mastra/core

Version:
8 lines 259 B
export interface ServerTelemetryContext { projectId: string; distinctId: string | undefined; command: string; nodeEnv: string; } export declare function getServerTelemetryContext(): ServerTelemetryContext; //# sourceMappingURL=context.d.ts.map