import { OptionalKeys, Pick } from "."; /** * Picks the optional properties of `T` * * @since 0.0.2 */ export type PickOptional = Pick>; //# sourceMappingURL=pick-optional.d.ts.map