Skip to content

Commit

Permalink
chore: fix sprite id type
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-onlinesup committed Jan 9, 2025
1 parent c7bca5e commit b77ad3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export type ComposableOptions = {
} & Omit<HowlOptions, 'src'>

export interface PlayOptions {
id?: number
id?: string | number
forceSoundEnabled?: boolean
playbackRate?: number
}
Expand Down

0 comments on commit b77ad3d

Please sign in to comment.