Skip to content

Commit

Permalink
🏷️ [Sound] Include neverStarted prop on SoundEndedEvent
Browse files Browse the repository at this point in the history
  • Loading branch information
beefchimi committed Dec 20, 2023
1 parent 9b9d647 commit d41baaa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ export type SoundState = 'created' | 'playing' | 'paused' | 'stopping';
export interface SoundEndedEvent {
id: SoundId;
source: AudioBufferSourceNode;
neverStarted: boolean;
}

// eslint-disable-next-line @typescript-eslint/consistent-type-definitions
Expand Down

0 comments on commit d41baaa

Please sign in to comment.