ExceptOptions: {
    requireExactProps?: boolean;
}

Type declaration

  • Optional requireExactProps?: boolean

    Disallow assigning non-specified properties.

    Note that any omitted properties in the resulting type will be present in autocomplete as undefined.

    Default

    false
    

Generated using TypeDoc