Skip to content

Commit

Permalink
Fixed TypeScript declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisn committed Jul 19, 2023
1 parent d1738f2 commit 46505d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions peaks.js.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -311,9 +311,9 @@ declare module 'peaks.js' {
*/
zoomAdapter?: string;
/** Array of initial segment objects */
segments?: SegmentAddOptions[];
segments?: SegmentOptions[];
/** Array of initial point objects */
points?: PointAddOptions[];
points?: PointOptions[];
/** Emit cue events when playing */
emitCueEvents?: boolean;
/** Custom segment marker factory function */
Expand Down

0 comments on commit 46505d2

Please sign in to comment.