UNPKG

@google-apps/chat

Version:
12 lines (11 loc) 359 B
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 };