Skip to content

Commit

Permalink
Update subsegment.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 5eed194 commit 571e16f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/lib/segments/attributes/subsegment.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ declare class Subsegment {

toJSON(): { [key: string]: any };

serialize(object?: Subsegment): string;
serialize(subsegment?: Subsegment): string;
}

export = Subsegment;

0 comments on commit 571e16f

Please sign in to comment.