Skip to content

Commit

Permalink
Add missing type definition
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigok committed Apr 20, 2024
1 parent 8ce0296 commit 299a89f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/rest-typings/src/v1/rooms.ts
Original file line number Diff line number Diff line change
Expand Up @@ -557,6 +557,7 @@ export type RoomsEndpoints = {
groupable?: boolean;
msg?: string;
tmid?: string;
customFields?: string;
}) => { message: IMessage | null };
};

Expand Down

0 comments on commit 299a89f

Please sign in to comment.