optional2?: string;
excludePlease: string;
}
type Bar = Omit<Foo, "excludePlease">
How to accomplish this but using two interfaces
Обсуждают сегодня