UNPKG

@promptbook/remote-server

Version:

Promptbook: Create persistent AI agents that turn your company's scattered knowledge into action

14 lines (13 loc) 364 B
import type { string_base64_private, string_data_url_private } from './string_base64_private'; /** * Semantic helper * * For example `"SGVsbG8sIFdvcmxkIQ=="` */ export type string_base64 = string_base64_private; /** * Semantic helper * * For example `"data:text/plain;base64,SGVsbG8sIFdvcmxkIQ=="` */ export type string_data_url = string_data_url_private;