UNPKG

@promptbook/google

Version:

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

8 lines (7 loc) 138 B
/** * @private still in development [🏳] */ export type TranslatorOptions = { readonly from?: string; readonly to: string; };