/** * Returns a mutable type version of type. */ export type Mutable = { [P in K]: T[P]; }; //# sourceMappingURL=mutable.d.ts.map