interface User {
    id?: string;
    name: string;
    oauthID?: string;
    status?: "active" | "inactive";
}

Properties

id?: string
name: string
oauthID?: string
status?: "active" | "inactive"

If inactive the user is inactive.

MMNEPVFCICPMFPCPTTAAATR