UNPKG
@elementor/angie-sdk
Version:
latest (1.0.1)
1.0.1
1.0.0
TypeScript SDK for Angie AI assistant
github.com/elementor/angie-sdk
elementor/angie-sdk
@elementor/angie-sdk
/
dist
/
client-manager.d.ts
5 lines
(4 loc)
•
203 B
TypeScript
View Raw
1
2
3
4
5
import { ServerRegistration, ClientCreationResponse } from
'./types'
; export declare
class
ClientManager
{ requestClientCreation(registration: ServerRegistration): Promise<ClientCreationResponse>; }