SongGuess
    Preparing search index...
    interface DiagnosticChannelEvent {
        channel: string;
        message: any;
        type: "diagnosticChannel";
    }
    Index

    Properties

    Properties

    channel: string
    message: any
    type: "diagnosticChannel"