Version: 4.3
DefaultSession
The interface for the Default Session. Extend this interface to make a custom session
Usage
MyCustomSession extends DefaultSession {
email: string;
age: number;
nicknames: string[];
}
The interface for the Default Session. Extend this interface to make a custom session
MyCustomSession extends DefaultSession {
email: string;
age: number;
nicknames: string[];
}