UNPKG

express-generator-template

Version:
5 lines (4 loc) 73 B
export default interface UserTypes { id: number; username: string; }