UNPKG

alinea

Version:
10 lines (9 loc) 154 B
export interface User { sub: string; email?: string; name?: string; } export declare const localUser: { sub: string; name: string; };