Type Alias NonComposableTypes

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

Types that cannot contain custom properties.