PokéRogue
    Preparing search index...
    type ExceptOptions = {
        requireExactProps?: boolean;
    }
    Index

    Properties

    requireExactProps?: boolean

    Disallow assigning non-specified properties.

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

    false