@promptbook/remote-server
Version:
Promptbook: Create persistent AI agents that turn your company's scattered knowledge into action
14 lines (13 loc) • 338 B
TypeScript
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;