6 lines
265 B
TypeScript
6 lines
265 B
TypeScript
import { AuthClient } from '@supabase/auth-js';
|
|
import { SupabaseAuthClientOptions } from './types';
|
|
export declare class SupabaseAuthClient extends AuthClient {
|
|
constructor(options: SupabaseAuthClientOptions);
|
|
}
|
|
//# sourceMappingURL=SupabaseAuthClient.d.ts.map
|