import { ExactlyBooleanOrUndefined } from "../../basicTypers"; /** * Type of a key of a property with boolean or undefined type. */ export type KeyOfAddBooleanOrUndefined = KEY & ExactlyBooleanOrUndefined; //# sourceMappingURL=keyOfAddBooleanOrUndefined.d.ts.map