@medic/cht-datasource
    Preparing search index...

    Interface ContactIdsQualifier

    A qualifier that identifies entities based on their association with the identified contacts.

    interface ContactIdsQualifier {
        contactIds: [string, ...string[]];
    }
    Index

    Properties

    Properties

    contactIds: [string, ...string[]]