UNPKG

@toreda/types

Version:

Common mappings, aliases, and types used in Toreda TypeScript packages.

2 lines (1 loc) 130 B
export declare type Optional<InterfaceT, ExceptKey extends keyof InterfaceT> = Omit<InterfaceT, ExceptKey> & Partial<InterfaceT>;