API Reference > ui-core > Utilities > Omit Omit<T, K> Type alias Used to omit properties in a given interface Omit = Pick<T, Exclude<, K>> Defined in ui/core/src/ui-core/utils/typeUtils.ts Line 12 Last Updated: 15 June, 2021