OmitInsert
Signature
export type OmitInsert<T, K extends keyof T, I> = I extends [] ? Omit<T, K> & I[number] : Omit<T, K> & I;Members
This export does not declare public properties or methods in the generated declaration file.
export type OmitInsert<T, K extends keyof T, I> = I extends [] ? Omit<T, K> & I[number] : Omit<T, K> & I;This export does not declare public properties or methods in the generated declaration file.