Interface NodePyATVFindResponseObject

interface NodePyATVFindResponseObject {
    devices: NodePyATVDevice[];
    errors: Record<string, unknown>[];
}

Properties

Properties

devices: NodePyATVDevice[]
errors: Record<string, unknown>[]