Skip to content

Commit

Permalink
Export all validator types (#27189)
Browse files Browse the repository at this point in the history
GitOrigin-RevId: b097ff26e66c1185717611c808fbd339e733ce8d
  • Loading branch information
sshader authored and Convex, Inc. committed Jun 20, 2024
1 parent b22209d commit 5b27d97
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/values/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,20 @@ export type {
ObjectFieldType,
Validator,
OptionalProperty,
VId,
VFloat64,
VInt64,
VBoolean,
VBytes,
VString,
VNull,
VAny,
VObject,
VLiteral,
VArray,
VRecord,
VUnion,
VOptional,
} from "./validators.js";
import * as Base64 from "./base64.js";
export { Base64 };
Expand Down

0 comments on commit 5b27d97

Please sign in to comment.