Documentation - v0.29.4
    Preparing search index...

    Type Alias Invert<Base, Mod>

    Invert: { [P in keyof Mod & keyof Base]: Exclude<Base[P], Mod[P]> }

    Type Parameters

    • Base
    • Mod