import { tags } from 'typia'; type Version = string & tags.Pattern<"^[0-9]+\\.[0-9]+\\.[0-9]+(?:-.+)?$">; export type { Version };