Interface BroadcastSignalResponse

interface BroadcastSignalResponse {
    key: string;
}

Properties

Properties

key: string

the unique ID of the signal that was broadcasted.

Generated using TypeDoc