/**
 * Base type for service options.
 */
export type AnalyticsServiceOptions = Record<string, unknown>;
