@promptbook/remote-client
Version:
Promptbook: Turn your company's scattered knowledge into AI ready books
14 lines (13 loc) • 304 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;