File

src/app/modules/workspace/interfaces/menter.ts

Description

Menterlist interface

Index

Properties

Properties

avatar
avatar: string
Type : string
Optional

user avatar

id
id: string
Type : string

Menterlist id

name
name: string
Type : string
Optional

Menterlist user name

otherDetail
otherDetail: string
Type : string
Optional

Menterlist otherDetail

export interface IMenter {
    /**
    * user avatar
    */
    avatar?: string;
    /**
    * Menterlist id
    */
    id: string;
    /**
    * Menterlist user name
    */
    name?: string;
    /**
    * Menterlist otherDetail
    */
    otherDetail?: string;
}

results matching ""

    No results matching ""