Skip to content

Commit

Permalink
fix: Add missing exports for PlaylistManager
Browse files Browse the repository at this point in the history
  • Loading branch information
suzuki3jp committed Jan 19, 2025
1 parent cba9337 commit adcf55a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ export { Thumbnail, Thumbnails } from "./entities/thumbnails";
export type {
PlaylistManager,
CreatePlaylistOptions,
UpdatePlaylistOptions,
} from "./managers/PlaylistManager";

export { ApiClient, ApiClientOptions } from "./ApiClient";
Expand Down

0 comments on commit adcf55a

Please sign in to comment.