Skip to content

Commit

Permalink
update type based on api design doc
Browse files Browse the repository at this point in the history
  • Loading branch information
jay-hodgson committed Sep 25, 2024
1 parent 35e60a4 commit c78023e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/synapse-types/src/Chat.ts
Original file line number Diff line number Diff line change
Expand Up @@ -157,5 +157,5 @@ export type TraceEventsRequest = {
/**
* When a time stamp value is provided, only trace events that occurred after the provided time stamp will be included in the results.
*/
olderThanTimestamp?: number // Optional since the JSON definition allows for it to be omitted
newerThanTimestamp?: number // Optional since the JSON definition allows for it to be omitted
}

0 comments on commit c78023e

Please sign in to comment.