Skip to content

Commit

Permalink
Export ITimestampToEventResponse to use in matrix-react-sdk tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MadLittleMods committed Mar 21, 2023
1 parent 2383726 commit cf165ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -837,7 +837,7 @@ interface IRoomHierarchy {
next_batch?: string;
}

interface ITimestampToEventResponse {
export interface ITimestampToEventResponse {
event_id: string;
origin_server_ts: string;
}
Expand Down

0 comments on commit cf165ac

Please sign in to comment.