import { ExactlyString } from "../../basicTypers"; /** * Type of a key of a property with string type (without union type). */ export type KeyOfAddString = KEY & ExactlyString; //# sourceMappingURL=keyOfAddString.d.ts.map