UNPKG

@guestbell/react-page-plugins

Version:

Plugins we use in GuestBell for working with amazing react-page package

3 lines (2 loc) 126 B
import { Omit } from '../../background/types/omit'; export type MakeOptional<T, K extends keyof T> = Omit<T, K> & Partial<T>;