RCKitStore
    Preparing search index...

    Interface IUserProfile

    用户信息

    interface IUserProfile {
        id: string;
        name: string;
        portraitUri?: string;
        remark?: string;
    }

    Hierarchy

    • IBaseProfile
      • IUserProfile
    Index

    Properties

    id: string

    唯一标识

    name: string

    名称

    portraitUri?: string

    头像

    remark?: string

    用户备注