export default interface Session {
    sessionId: string;
    userId: string;
}
