Interface NodePyATVVersionResponse

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

Properties

Properties

module: null | string
pyatv: null | string