GuidePluginsTestingAPI
Seyfert LogoSeyfert
API

OmitInsert

API/Type Aliases/OmitInsert
seyfert/lib/common/types/util.d.ts

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.