Interface DebugAudioNodePayload

interface DebugAudioNodePayload {
    message: string;
    type: Debug;
}

Properties

Properties

message: string
type: Debug