@squidcloud/client
    Preparing search index...

    Interface MmFindMatchesForEntityRequest

    API request to find matches for an entity not yet inserted

    interface MmFindMatchesForEntityRequest {
        entity: Omit<MmEntity, "metadata" | "id">;
        matchMakerId: string;
        options: MmFindMatchesOptions;
    }
    Index

    Properties

    entity: Omit<MmEntity, "metadata" | "id">

    The entity to find matches for

    matchMakerId: string

    The ID of the matchmaker

    Options for finding matches