import type { string_emails_private, string_email_private } from './string_email_private';
/**
 * Semantic helper
 *
 * For example `"pavol@hejny.org"`
 */
export type string_email = string_email_private;
/**
 * Semantic helper
 *
 * For example `"pavol@hejny.org, jirka@webgpt.cz"`
 */
export type string_emails = string_emails_private;
