Type alias NonComposableTypes

NonComposableTypes: boolean | number | string | symbol | bigint | undefined | null

Types that cannot contain custom properties.

Generated using TypeDoc