API Reference > presentation-common > Core > Omit Omit<T, K> Type alias Create a type with T properties excluding properties listed in K. Usage example: Omit<SomeType, "exclude_prop1" | "exclude_prop2"> Omit = Pick<T, Exclude<, K>> Defined in presentation/common/src/presentation-common/Utils.ts Line 19 Last Updated: 20 June, 2023