From 6b6868c7cf75e36dadf1a66589b1f426a530d641 Mon Sep 17 00:00:00 2001 From: Winston Liu Date: Thu, 28 Dec 2023 17:58:24 -0500 Subject: [PATCH] Export Pipelines client --- src/Pipelines/index.ts | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 src/Pipelines/index.ts diff --git a/src/Pipelines/index.ts b/src/Pipelines/index.ts new file mode 100644 index 00000000..9b188a5a --- /dev/null +++ b/src/Pipelines/index.ts @@ -0,0 +1,2 @@ +export * from "./Pipelines"; +export * from "./PipelinesClient";