@willwade/aac-processors
    Preparing search index...

    Interface VerbFormWithConditions

    interface VerbFormWithConditions {
        conditions: Map<string, string>;
        value: string;
    }
    Index

    Properties

    Properties

    conditions: Map<string, string>
    value: string