Skip to content

Commit

Permalink
Update src/broadcasts/interfaces/send-broadcast-options.interface.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Vitor Capretz <[email protected]>
  • Loading branch information
bukinoshita and vcapretz authored Nov 22, 2024
1 parent b23371e commit 8f88e3d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export type SendBroadcastOptions = SendBroadcastBaseOptions;
export interface SendBroadcastRequestOptions extends PostOptions {}

export interface SendBroadcastResponseSuccess {
/** The ID of the newly sent broadcasts. */
/** The ID of the sent broadcast. */
id: string;
}

Expand Down

0 comments on commit 8f88e3d

Please sign in to comment.