UNPKG

@jeaks03/overseer

Version:

Just another TypeScript Back-End framework

6 lines (5 loc) 98 B
export interface UserDetails { username: string; password: string; roles: string[]; }