halo - v1.0.0
    Preparing search index...

    Interface UserBase

    Represents a user in the system.

    interface UserBase {
        email?: string;
        name?: string;
        phone?: string;
        username?: string;
    }
    Index

    Properties

    email?: string

    The email address of the user.

    name?: string

    The name of the user.

    phone?: string

    The phone number of the user.

    username?: string

    The username of the user.