import { tags } from 'typia'; type Id = string & tags.Pattern<"^[a-z0-9.-]+$">; export type { Id };