PokéRogue
    Preparing search index...

    Type Alias ExceptOptions

    type ExceptOptions = {
        requireExactProps?: boolean;
    }
    Index
    requireExactProps?: boolean

    Disallow assigning non-specified properties.

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

    false