UNPKG

@promptbook/google

Version:

Promptbook: Turn your company's scattered knowledge into AI ready books

8 lines (7 loc) 184 B
import type { Promisable } from 'type-fest'; /** * @private still in development [🏳] */ export type AutomaticTranslator = { translate(message: string): Promisable<string>; };