UNPKG

@kiwicom/smart-faq

Version:

13 lines (10 loc) 266 B
/*:: export type User = { id: ?string, email: string, firstname: ?string, lastname: ?string, };*/ /*:: export type onLogin = () => void;*/ /*:: export type onLogout = () => Promise<any>;*/ /*:: export type Provider = 'facebook' | 'google';*/ "use strict";