mex-editor
    Preparing search index...

    Model for found contacts.

    interface SearchContact {
        $type: "person" | "mail";
        id: string;
        label: string;
    }
    Index
    $type: "person" | "mail"
    id: string
    label: string