@promptbook/remote-server
Version:
Promptbook: Create persistent AI agents that turn your company's scattered knowledge into action
20 lines (19 loc) • 506 B
TypeScript
import type { string_href_private, string_uri_part_private, string_uri_private } from './string_href_private';
/**
* Semantic helper
*
* For example `"https://collboard.com/9SeSQTupmQHwuSrLi"` OR `/9SeSQTupmQHwuSrLi`
*/
export type string_href = string_href_private;
/**
* Semantic helper
*
* For example `"/9SeSQTupmQHwuSrLi"`
*/
export type string_uri = string_uri_private;
/**
* Semantic helper
*
* For example `"9SeSQTupmQHwuSrLi"`
*/
export type string_uri_part = string_uri_part_private;