UNPKG

@strapi/types

Version:

Shared typescript types for Strapi internal use

8 lines 244 B
export interface TelemetryService { isDisabled: boolean; register(): void; bootstrap(): void; destroy(): void; send(event: string, payload?: Record<string, unknown>): Promise<boolean>; } //# sourceMappingURL=metrics.d.ts.map