Type alias CollNumCoercion

CollNumCoercion: "number" | "strict_number" | "bigint" | "bignumber" | "string" | "number_or_string" | ((val, path) => unknown)

Type declaration