Skip to content

Commit 0c08b15

Browse files
callmehiphopJustinBeckwith
authored andcommitted
chore(typescript): export common API call types (#433)
1 parent 0866e87 commit 0c08b15

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • packages/packages/google-gax/src

packages/packages/google-gax/src/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@ import * as operationsClient from './operationsClient';
3434
import * as routingHeader from './routingHeader';
3535

3636
export {GoogleAuth, GoogleAuthOptions} from 'google-auth-library';
37-
export {createApiCall} from './apiCallable';
37+
export {CancellablePromise, Canceller, createApiCall} from './apiCallable';
3838
export {BundleDescriptor, BundleExecutor} from './bundling';
3939
export {CallOptions, CallSettings, ClientConfig, constructSettings, RetryOptions} from './gax';
4040
export {GoogleError} from './GoogleError';
4141
export {ClientStub, ClientStubOptions, GoogleProtoFilesRoot, GrpcClient, GrpcClientOptions, GrpcModule, GrpcObject, Metadata, MetadataValue} from './grpc';
42-
export {LongrunningDescriptor, operation} from './longrunning';
42+
export {LongrunningDescriptor, Operation, operation} from './longrunning';
4343
export {PageDescriptor} from './pagedIteration';
4444
export {PathTemplate} from './pathTemplate';
4545
export {StreamDescriptor, StreamType} from './streaming';

0 commit comments

Comments
 (0)