import type { ZodFirstPartySchemaTypes, ZodReadonly } from 'zod'; export type AdditionalPropertiesMap = Record>; export type AdditionalChildPropertiesMap = Record; type StringKeyOf = string & keyof T; type ConcatenateKeyWithChildKeys, ParentKey extends StringKeyOf> = `${ParentKey}.${StringKeyOf}`; type NestedKeyOf> = { [Key in StringKeyOf]: ConcatenateKeyWithChildKeys; }[StringKeyOf]; export type AdditionalPropertiesKey> = NestedKeyOf | StringKeyOf; export {}; //# sourceMappingURL=additional-properties.d.ts.map