Type alias SimpleMergeRule<Name>

SimpleMergeRule<Name>: {
    rule: Name;
} | string

Type for a MergeRule with no arguments that can be represented as just a string, or in the object form.

Type Parameters

  • Name extends string = string

Generated using TypeDoc