feat: initial sketch with AI
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
export interface LoginPayload {
|
||||
email: string
|
||||
password: string
|
||||
}
|
||||
|
||||
export interface RefreshPayload {
|
||||
refresh_token: string
|
||||
}
|
||||
|
||||
export interface TokenPair {
|
||||
access_token: string
|
||||
refresh_token: string
|
||||
}
|
||||
Reference in New Issue
Block a user