Skip to content

Commit 00a2b71

Browse files
author
Mateusz Wiezik
committed
undo main.ts
1 parent d1284d4 commit 00a2b71

1 file changed

Lines changed: 2 additions & 16 deletions

File tree

src/main.ts

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -265,20 +265,6 @@ export class ClassifierSdk extends (EventEmitter as new () => TypedEmitter<Class
265265
}
266266
}
267267

268-
export {
269-
ListDeploymentsResponse,
270-
Deployment,
271-
ClassifyRequest,
272-
ClassificationInput,
273-
ClassifyResponse,
274-
ClassificationOutput,
275-
Classification,
276-
ClassificationError,
277-
ImageHash,
278-
ErrorCode,
279-
RequestEncoding,
280-
ImageFormat,
281-
HashType
282-
} from './athena/athena';
283-
export { ClassifierServiceClient, IClassifierServiceClient } from './athena/athena.grpc-client';
268+
export * from './athena/athena';
269+
export * from './athena/athena.grpc-client';
284270
export * from './hashing';

0 commit comments

Comments
 (0)