@promptbook/remote-server
Version:
Promptbook: Create persistent AI agents that turn your company's scattered knowledge into action
15 lines (14 loc) • 307 B
TypeScript
/**
* Organizational helper to tell to use intentionally `any`
*
* @alias really_any
*
* @private within the repository
*/
export type chococake = really_any;
/**
* Organizational helper to mark a place where to really use `any`
*
* @private within the repository
*/
export type really_any = any;