@google-cloud/bigquery-reservation
Version:
BigQuery Reservation client for Node.js
12 lines (11 loc) • 408 B
TypeScript
import * as v1 from './v1';
declare const ReservationServiceClient: typeof v1.ReservationServiceClient;
type ReservationServiceClient = v1.ReservationServiceClient;
export { v1, ReservationServiceClient };
declare const _default: {
v1: typeof v1;
ReservationServiceClient: typeof v1.ReservationServiceClient;
};
export default _default;
import * as protos from '../protos/protos';
export { protos };