Added API for Login

This commit is contained in:
toledo 2023-03-06 21:31:32 +08:00
parent 8aa266ccc6
commit f8af9daabc
4 changed files with 4166 additions and 4 deletions

View file

View file

@ -6,3 +6,8 @@ export interface IconProps {
export interface RootDrawerParamList {
navigate: any;
}
export interface LoginParams {
username: string;
password: string;
}