UNPKG

@cranberry-money/shared-types

Version:

Shared TypeScript type definitions for Blueberry platform

9 lines 260 B
export interface AuthState { readonly isAuthenticated: boolean; readonly isLoading: boolean; readonly user: { readonly hasProfile: boolean; readonly profileCompleted: boolean; } | null; } //# sourceMappingURL=auth-state.d.ts.map