4 lines
113 B
TypeScript
4 lines
113 B
TypeScript
export type GUID = `${string}-${string}-${string}-${string}-${string}`;
|
|
|
|
export type CountryCode = `+${number}`;
|