Interface NodePyATVVersionResponse

interface NodePyATVVersionResponse {
    module: string;
    pyatv: string;
}

Properties

Properties

module: string
pyatv: string

Generated using TypeDoc