@molroo-ai/sdk
    Preparing search index...

    Interface Entity

    interface Entity {
        id: string;
        name: string;
        profile?: UserProfile;
        spaceId: string;
        type: EntityType;
    }
    Index

    Properties

    id: string
    name: string
    profile?: UserProfile
    spaceId: string