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