export type UUID = `${string}-${string}-${string}-${string}-${string}`;
export type Namespace = UUID;
