generated from templates/typescript-types
add some id and http types
This commit is contained in:
6
src/identifiers.d.ts
vendored
Normal file
6
src/identifiers.d.ts
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
|
||||
export type HttpURL = `http://${string}` | `https://${string}`;
|
||||
|
||||
export type UUID = `${string}-${string}-${string}-${string}-${string}`;
|
||||
|
||||
export type SnowflakeID = `${bigint}`;
|
||||
Reference in New Issue
Block a user