Interface PhraseOrderType

interface PhraseOrderType {
    enabled?: boolean;
    order: number;
    property: PhrasePropertyType;
}

Properties

enabled?: boolean
order: number
property: PhrasePropertyType

Generated using TypeDoc