interface SessionState {
    session?: { user?: { username?: string } };
}

Properties

Properties

session?: { user?: { username?: string } }