export interface AuthModel {
    clientId: string;
    redirectUrl: string;
    scope: string;
}
//# sourceMappingURL=auth-model%20copy.d.ts.map