import { ExactlyBoolean } from "../../basicTypers"; /** * Type of a key of a property with boolean type (without union type). */ export type KeyOfAddBoolean = KEY & ExactlyBoolean; //# sourceMappingURL=keyOfAddBoolean.d.ts.map