Interface ILocalUser

    Local interfaces

    interface ILocalUser {
        avatar?: Buffer;
        email: string;
        firstname?: string;
        lastname?: string;
    }

    Hierarchy

    • Pick<IFrontUser,
          | "email"
          | "firstname"
          | "lastname"
          | "avatar">
      • ILocalUser

    Properties

    avatar?: Buffer
    email: string
    firstname?: string
    lastname?: string

    Generated using TypeDoc and TypeDoc Airthium Plugin