export type DefinedObject = { [Key in keyof O]: O[Key]; }; //# sourceMappingURL=DefinedObject.d.ts.map