Skip to content

Commit

Permalink
cosmetic
Browse files Browse the repository at this point in the history
  • Loading branch information
ibc committed Jul 6, 2023
1 parent 4175d40 commit d66655b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ export type * from './DataConsumer';
export type * from './RtpParameters';
export type * from './SctpParameters';
export type * from './handlers/HandlerInterface';
export type * from './errors';
// We cannot export only the type of error classes because those are useless.
export * from './errors';
export type { ScalabilityMode } from './scalabilityModes';

export type AppData =
Expand Down

0 comments on commit d66655b

Please sign in to comment.