astro-ghostcms/.pnpm-store/v3/files/e1/c77d336b63f050ba6aa5658827a...

7 lines
401 B
Plaintext

/** Specifies whether or not telemetry is enabled or disabled. */
export declare const TELEMETRY_ENABLED = "telemetry.enabled";
/** Specifies when the user was informed of anonymous telemetry. */
export declare const TELEMETRY_NOTIFY_DATE = "telemetry.notifiedAt";
/** Specifies an anonymous identifier used to dedupe events for a user. */
export declare const TELEMETRY_ID = "telemetry.anonymousId";