Type Alias CustomTypePropertyTypes

CustomTypePropertyTypes:
    | Type
    | string
    | number
    | boolean
    | bigint
    | symbol
    | undefined
    | CustomTypePropertyTypes[]
    | Map<string, CustomTypePropertyTypes>
    | Set<CustomTypePropertyTypes>
    | CustomTypeProperties