API provider identifiers for telemetry and performance monitoring. Used consistently across the application for event dispatch and metric collection.
export enum ApiProvider { ANILIST = "anilist",} Copy
export enum ApiProvider { ANILIST = "anilist",}
API provider identifiers for telemetry and performance monitoring. Used consistently across the application for event dispatch and metric collection.
Source