@google-apps/chat
Version:
Google Chat API client for Node.js
12 lines (11 loc) • 359 B
TypeScript
import * as v1 from './v1';
declare const ChatServiceClient: typeof v1.ChatServiceClient;
type ChatServiceClient = v1.ChatServiceClient;
export { v1, ChatServiceClient };
declare const _default: {
v1: typeof v1;
ChatServiceClient: typeof v1.ChatServiceClient;
};
export default _default;
import * as protos from '../protos/protos';
export { protos };