Skip to content

apollo-code


apollo-code / context/src / ContextTelemetryEvent

Type Alias: ContextTelemetryEvent

ContextTelemetryEvent = { name: "context.summary_requested"; payload: Record<string, number | string>; } | { name: "context.summary_failed"; payload: Record<string, string>; }