From a5316adb236ac83820014d1f8536ea3380e9e745 Mon Sep 17 00:00:00 2001 From: Emily M Klassen Date: Mon, 22 Jul 2024 12:32:13 -0700 Subject: [PATCH] feat: export types --- src/index.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/index.ts b/src/index.ts index 3269d67e..aacc9221 100644 --- a/src/index.ts +++ b/src/index.ts @@ -34,6 +34,8 @@ import { import * as types from './types/core'; +export type {types}; + import {ApiResponseCallback} from '@google-cloud/logging/build/src/log'; import {LogSeverityFunctions} from '@google-cloud/logging/build/src/utils/log-common'; import {LogSyncOptions} from '@google-cloud/logging/build/src/log-sync';