4 lines
157 B
TypeScript
4 lines
157 B
TypeScript
import GoTrueClient from './GoTrueClient';
|
|
declare const AuthClient: typeof GoTrueClient;
|
|
export default AuthClient;
|
|
//# sourceMappingURL=AuthClient.d.ts.map
|