interface AuthUser {
    userId: string;
    username: string;
}

Properties

Properties

userId: string
username: string