Interface TransportDefinition

interface TransportDefinition {
    audioPath?: string;
}

Hierarchy (view full)

Properties

Properties

audioPath?: string