We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1aac0fd commit 5159866Copy full SHA for 5159866
src/util/types.ts
@@ -2,7 +2,7 @@ export type Errback<T> = (err: Error | null, result?: T) => void;
2
3
// The following types are based on the official @arangodb types
4
5
-export type KeyGeneratorType = "traditional" | "autoincrement";
+export type KeyGeneratorType = "traditional" | "autoincrement" | "uuid" | "padded";
6
7
export interface CollectionChecksum {
8
checksum: string;
0 commit comments