export type Guid = `${string}-${string}-${string}-${string}-${string}`; export const EmptyGuid: Guid = '00000000-0000-0000-0000-000000000000';