Interface INewUser

    interface INewUser {
        alreadyExists?: boolean;
        email?: string;
        id?: string;
    }

    Hierarchy (view full)

    Properties

    alreadyExists?: boolean
    email?: string
    id?: string

    Generated using TypeDoc and TypeDoc Airthium Plugin