Skip to content

Commit 14da1d8

Browse files
committed
Remove old uuid
1 parent 421127b commit 14da1d8

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

crates/bitwarden-wasm-internal/src/custom_types.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,7 @@ import { Tagged } from "type-fest";
1010
*
1111
* Never create or cast to this type directly, use the `uuid<T>()` function instead.
1212
*/
13-
// TODO: Uncomment this when the `uuid` crate is used.
14-
// export type Uuid = unknown;
15-
16-
export type Uuid = string;
13+
export type Uuid = unknown;
1714
1815
/**
1916
* RFC3339 compliant date-time string.

0 commit comments

Comments
 (0)