@squidcloud/client
    Preparing search index...

    Interface MmFindMatchesRequest

    API request to find matches for an entity

    interface MmFindMatchesRequest {
        entityId: string;
        matchMakerId: string;
        options: MmFindMatchesOptions;
    }
    Index

    Properties

    entityId: string

    The ID of the entity to find matches for

    matchMakerId: string

    The ID of the matchmaker

    Options for finding matches