export type GUID = `${string}-${string}-${string}-${string}-${string}`; export type CountryCode = `+${number}`;