Version: 4.3On this pageDefaultSession The interface for the Default Session. Extend this interface to make a custom session Usage _10MyCustomSession extends DefaultSession {_10 email: string;_10 age: number;_10 nicknames: string[];_10} Properties token username