DropTI

Signature

export type DropTI<T, U> = {    [P in keyof T as U extends T[P] ? never : P]: U extends T[P] ? never : T[P];};

Members

This export does not declare public properties or methods in the generated declaration file.