UNPKG

agil-auth-node

Version:
10 lines (9 loc) 161 B
export interface User { [key: string]: any; id?: string; username?: string; password?: string; data?: { [key: string]: any; }; }