UNPKG

@salad-labs/loopz-typescript

Version:
9 lines 213 B
import { Intl } from "../app"; export type LoopzAuthConfig = { apiKey: string; logoURL: string; intl?: Intl; tosURL: string; privacyURL: string; }; //# sourceMappingURL=loopzauthconfig.d.ts.map