Type Alias: SignalBroadcastRequest
type SignalBroadcastRequest = object;
Defined in: gen/types.gen.ts:6491
Properties
signalName
signalName: string;
Defined in: gen/types.gen.ts:6495
The name of the signal to broadcast.
tenantId?
optional tenantId: TenantId;
Defined in: gen/types.gen.ts:6505
The ID of the tenant that owns the signal.
variables?
optional variables: object;
Defined in: gen/types.gen.ts:6499
The signal variables as a JSON object.
Index Signature
[key: string]: unknown