import { ExactlyNumber } from "../../basicTypers"; /** * Type of a key of a property with number type (without union type). */ export type KeyOfAddNumber = KEY & ExactlyNumber; //# sourceMappingURL=keyOfAddNumber.d.ts.map