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 421127b commit 14da1d8Copy full SHA for 14da1d8
crates/bitwarden-wasm-internal/src/custom_types.rs
@@ -10,10 +10,7 @@ import { Tagged } from "type-fest";
10
*
11
* Never create or cast to this type directly, use the `uuid<T>()` function instead.
12
*/
13
-// TODO: Uncomment this when the `uuid` crate is used.
14
-// export type Uuid = unknown;
15
-
16
-export type Uuid = string;
+export type Uuid = unknown;
17
18
/**
19
* RFC3339 compliant date-time string.
0 commit comments