import { tags } from 'typia'; type NonEmptyString = string & tags.MinLength<1>; export type { NonEmptyString };