// Generated Source interface ClientResource { /** * */ detected?: boolean; /** * */ userAgent?: string; /** * */ appId?: string; /** * */ appName?: string; /** * */ appKey?: string; /** * */ appVersion?: string; /** * */ locale?: string; } export default ClientResource;