Home > @skunkteam/types > InterfaceMergeOptions
Options for InterfaceType.withOptional(), InterfaceType.withRequired() and InterfaceType.mergeWith().
Signature:
interface InterfaceMergeOptions
Property | Modifiers | Type | Description |
---|---|---|---|
name? | string | null | (Optional) The optional name for the new type, or null to force a generated TypeScript-like name. |
|
omitParsers? | true | (Optional) Suppress the error about existing custom parsers on one of the types that is being merged. | |
omitValidations? | true | (Optional) When set, do not apply the custom validations from the base types onto the new merged type. |