feat(interfaces): add IReqLogin interface
The new IReqLogin interface defines the request shape for user login. It includes two string properties - username and password. Signed-off-by: Mathis <yidhra@tuta.io>
This commit is contained in:
parent
6c601e0b42
commit
a430044d95
4
src/interfaces/requests/IReqLogin.ts
Normal file
4
src/interfaces/requests/IReqLogin.ts
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
export interface IReqLogin {
|
||||||
|
username: string;
|
||||||
|
password: string;
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user