chore(model): 🏷️ add meaningful string type aliases

This commit is contained in:
Julien Oculi 2024-06-17 17:03:39 +02:00
parent cbd14996d4
commit 33868a3995

View file

@ -27,4 +27,5 @@ export type Posix = {
shell: string
}
export type Base64String = string
export type Base64String = `${string}`
export type UrlString = `${string}`