UNPKG

@salad-labs/loopz-typescript

Version:
10 lines 241 B
import { Intl } from "../app"; export type AuthAdapterOptions = { devMode: boolean; intl?: Intl; apiKey: string; logoURL: string; tosURL: string; privacyURL: string; }; //# sourceMappingURL=authadapteroptions.d.ts.map