@promptbook/remote-server
Version:
Promptbook: Create persistent AI agents that turn your company's scattered knowledge into action
16 lines (15 loc) • 375 B
TypeScript
import type { string_char_private } from './string_char_private';
import type { string_page_private } from './string_page_private';
/**
* Semantic helper
*
* For example `"index"` or `"explanation"`
* Always in kebab-case
*/
export type string_page = string_page_private;
/**
* Semantic helper
*
* For example `"a"`
*/
export type string_char = string_char_private;