Skip to content

Commit

Permalink
docs: Add JSDoc documentation to types.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
madjin committed Dec 29, 2024
1 parent 8e9bc3a commit f213d48
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/core/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ import { Readable } from "stream";
/**
* Represents a UUID string in the format "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
*/
/**
* Represents a universally unique identifier (UUID).
*/
export type UUID = `${string}-${string}-${string}-${string}-${string}`;

/**
Expand Down

0 comments on commit f213d48

Please sign in to comment.