Type Alias: OmitSymbolProperties\

August 29, 2025 ยท View on GitHub

๐Ÿ’— Help the project

Support from the community to continue maintaining and improving this module is welcome. If you find the module useful, please consider supporting the project by becoming a sponsor.


โ€ข OmitSymbolProperties<T> = { [K in keyof T as K extends symbol ? never : K]: T[K] }

Removes all Symbol properties from a type

Type Parameters

Type Parameter
T