👔 (necktie) add logic to store the cookies
This commit is contained in:
6
features/auth/types/callbackFromBackend.ts
Normal file
6
features/auth/types/callbackFromBackend.ts
Normal file
@ -0,0 +1,6 @@
|
||||
export interface CallbackFromBackend<T> {
|
||||
success: boolean;
|
||||
status: number;
|
||||
message: string;
|
||||
data?: T;
|
||||
}
|
||||
Reference in New Issue
Block a user