mirror of
https://github.com/lemeow125/Reactnative-notesapp.git
synced 2025-05-16 19:38:47 +08:00
Added API for Login
This commit is contained in:
parent
8aa266ccc6
commit
f8af9daabc
4 changed files with 4166 additions and 4 deletions
0
src/Components/api/api.tsx
Normal file
0
src/Components/api/api.tsx
Normal file
|
@ -6,3 +6,8 @@ export interface IconProps {
|
|||
export interface RootDrawerParamList {
|
||||
navigate: any;
|
||||
}
|
||||
|
||||
export interface LoginParams {
|
||||
username: string;
|
||||
password: string;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue