export declare type Optional = { -readonly [P in keyof T]: T[P]; }; //# sourceMappingURL=optional.type.d.ts.map