Type Alias NativeTransformerType

NativeTransformerType: ArrayOrNot<
    | boolean
    | number
    | string
    | null
    | undefined>

Types that can be handled by the in-built JSON serializer normally.