TypedDataType: Exclude<AbiType,
    | SolidityFunction
    | SolidityTuple
    | SolidityArrayWithTuple
    | "int"
    | "uint">