The Omit<Type, Keys> is basically an opposite of Pick<Type, ... you choose properties you want to omit from existing type.
確定! 回上一頁