Type Alias: OmitSymbolProperties\
August 29, 2025 ยท View on GitHub
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 |