Functionstype_idVersion: v4.30On this pagetype_idRetrieves the type id of an expression.type_id(x:any) -> stringDescriptionThe type_id function returns the type id of the given value x.ExamplesRetrieve the type of a numeric expressionfrom {x: type_id(1 + 3.2)}{x: "41615fdb30a38aaf"}See alsotype_of