import { ExactlyStringOrNull } from "../../basicTypers"; /** * Type of a key of a property with string or null type. */ export type KeyOfAddStringOrNull = KEY & ExactlyStringOrNull; //# sourceMappingURL=keyOfAddStringOrNull.d.ts.map