Skip to content

Commit

Permalink
fix: add p attribute which is always present
Browse files Browse the repository at this point in the history
  • Loading branch information
dhdaines committed Dec 19, 2022
1 parent 9371c2e commit 274c9ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/soundswallower.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ export interface Segment {
t: string;
b: number;
d: number;
p: number;
w?: Array<Segment>;
}
export interface Config {
Expand Down

0 comments on commit 274c9ef

Please sign in to comment.