Skip to content

Commit

Permalink
export logseverity type from proto type
Browse files Browse the repository at this point in the history
  • Loading branch information
cindy-peng committed Jan 24, 2024
1 parent dc3e4da commit f669fc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const version = require('../../package.json').version;
// eslint-disable-next-line @typescript-eslint/no-var-requires
const v2 = require('./v2');

import {Entry, LogEntry, LogSeverity} from './entry';
import {Entry, LogEntry} from './entry';
import {
MonitoredResource,
Severity,
Expand Down Expand Up @@ -1522,7 +1522,7 @@ export {Log};
*/
export {Severity};
export {SeverityNames};
export {LogSeverity};
export type LogSeverity = google.logging.type.LogSeverity;

export {assignSeverityToEntries};
export {formatLogName};
Expand Down

0 comments on commit f669fc1

Please sign in to comment.