API provider identifiers for telemetry and performance monitoring. Used consistently across the application for event dispatch and metric collection.

export enum ApiProvider {
ANILIST = "anilist",
}

Enumeration Members

Enumeration Members

ANILIST: "anilist"