Skip to content

Commit

Permalink
feat: export types
Browse files Browse the repository at this point in the history
  • Loading branch information
forivall committed Jul 22, 2024
1 parent a2e4497 commit a5316ad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit a5316ad

Please sign in to comment.