@shortcut/client
    Preparing search index...

    Interface MemberInfo

    interface MemberInfo {
        id: string;
        is_owner: boolean;
        mention_name: string;
        name: string;
        role: string;
        workspace2: BasicWorkspaceInfo;
    }
    Index

    Properties

    id: string

    uuid

    is_owner: boolean
    mention_name: string
    name: string
    role: string
    workspace2: BasicWorkspaceInfo