UNPKG

@brewww/authentication-service

Version:
6 lines (5 loc) 101 B
export declare class LoginRequest { username: string; email: string; password: string; }