Skip to content

Commit

Permalink
Update segment.d.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Carol Abadeer <[email protected]>
  • Loading branch information
dreamorosi and carolabadeer authored Oct 20, 2023
1 parent 571e16f commit b3e3567
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/lib/segments/segment.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ declare class Segment {

toString(): string;

serialize(object?: Segment): string;
serialize(segment?: Segment): string;
}

export = Segment;

0 comments on commit b3e3567

Please sign in to comment.