mex-editor
    Preparing search index...

    Model backing the fast-track activity form.

    interface FastTrackActivityModel {
        contact: (string | CreateContactModel)[];
        endDate: Date | null;
        keywords: KeywordDict;
        startDate: Date | null;
        title: string;
    }
    Index
    contact: (string | CreateContactModel)[]
    endDate: Date | null
    keywords: KeywordDict
    startDate: Date | null
    title: string