interface Domain {
    domain: string | string[];
    patchSettings: PatchSetting[];
}

Properties

domain: string | string[]

Domain name

patchSettings: PatchSetting[]

List of operations to be applied on the settings for a specific domain