UNPKG

@notadd/authentication

Version:

Notadd Backend Package.

5 lines (4 loc) 95 B
export declare class AuthDto { readonly username: string; readonly password: string; }