UNPKG
consumableai-sdk
Version:
latest (1.1.0)
1.1.0
## Overview
consumableai-sdk
/
dist
/
translate
/
index.d.ts
6 lines
(5 loc)
•
178 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
Base
}
from
'../base'
;
import
{ translateType }
from
'./types'
;
export
declare
class
Translate
extends
Base
{
translate
(
prompt
: translateType):
Promise
<
any
>; }