Update plugins/signals-node/api-report.md
Co-authored-by: Fredrik Adelöw <freben@gmail.com> Signed-off-by: drodil <heiccih@gmail.com>
This commit is contained in:
@@ -17,7 +17,7 @@ export class DefaultSignalService implements SignalService {
|
||||
}
|
||||
|
||||
// @public (undocumented)
|
||||
export type SignalPayload<SignalType extends JsonObject = JsonObject> = {
|
||||
export type SignalPayload<TMessage extends JsonObject = JsonObject> = {
|
||||
recipients: string[] | string | null;
|
||||
channel: string;
|
||||
message: SignalType;
|
||||
|
||||
Reference in New Issue
Block a user