Export

SubstitutionPreferences

interface SubstitutionPreferences {
    SubstitutionOptions?: SubstitutionOption[];
    SubstitutionType: SubstitutionPreferencesSubstitutionTypeEnum;
}

Properties

SubstitutionOptions?: SubstitutionOption[]

A collection of substitution options.

Memberof

SubstitutionPreferences

The type of substitution that these preferences represent.

Memberof

SubstitutionPreferences