server creation
This commit is contained in:
@@ -3,6 +3,7 @@ import { User } from '@/lib/types';
|
||||
|
||||
export interface SessionData {
|
||||
token?: string;
|
||||
openToken?: string;
|
||||
user?: User;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user