import { Pick, RequiredKeys } from "."; /** * picks the required properties of `T` * * @since 0.0.2 */ export type PickRequired = Pick>; //# sourceMappingURL=pick-required.d.ts.map