@google-cloud/video-transcoder
Version:
Transcoder client for Node.js
12 lines (11 loc) • 401 B
TypeScript
import * as v1 from './v1';
declare const TranscoderServiceClient: typeof v1.TranscoderServiceClient;
type TranscoderServiceClient = v1.TranscoderServiceClient;
export { v1, TranscoderServiceClient };
declare const _default: {
v1: typeof v1;
TranscoderServiceClient: typeof v1.TranscoderServiceClient;
};
export default _default;
import * as protos from '../protos/protos';
export { protos };