mirror of
https://github.com/directus/directus.git
synced 2026-02-03 08:15:00 -05:00
Removed unused session data (#11167)
This commit is contained in:
@@ -26,12 +26,9 @@ export type AuthData = Record<string, any> | null;
|
||||
export interface Session {
|
||||
token: string;
|
||||
expires: Date;
|
||||
data: string | Record<string, unknown> | null;
|
||||
share: string;
|
||||
}
|
||||
|
||||
export type SessionData = Record<string, any> | null;
|
||||
|
||||
export type DirectusTokenPayload = {
|
||||
id?: string;
|
||||
role: string | null;
|
||||
|
||||
Reference in New Issue
Block a user