fix bugs in the backend classes
This commit is contained in:
@@ -40,3 +40,8 @@ export interface IAuthState {
|
||||
valid: boolean,
|
||||
user: User,
|
||||
};
|
||||
|
||||
export interface TimestampBackend {
|
||||
status: BackendReturnStatus;
|
||||
timestamp: number;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user