@assistant/actions
Version:
Actions API client for Node.js
15 lines (14 loc) • 569 B
TypeScript
import * as v2 from './v2';
declare const ActionsSdkClient: typeof v2.ActionsSdkClient;
declare type ActionsSdkClient = v2.ActionsSdkClient;
declare const ActionsTestingClient: typeof v2.ActionsTestingClient;
declare type ActionsTestingClient = v2.ActionsTestingClient;
export { v2, ActionsSdkClient, ActionsTestingClient };
declare const _default: {
v2: typeof v2;
ActionsSdkClient: typeof v2.ActionsSdkClient;
ActionsTestingClient: typeof v2.ActionsTestingClient;
};
export default _default;
import * as protos from '../protos/protos';
export { protos };