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

    Interface EntityInput

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

    Properties

    name: string
    profile?: UserProfile
    spaceId?: string