Type Alias SignalingPushMessage

SignalingPushMessage: {
    data: Record<string, unknown>;
    type: typeof SIGNALING_MESSAGE_TYPE_PUSH;
}