SimpleType:
    | string
    | number
    | boolean
    | null
    | Record<string, any>