Omit<T, K extends dynamic> typedef

Omit<T, K extends dynamic> = dynamic

Implementation

typedef Omit<T, K extends _i2.dynamic> = _i2.dynamic;