interface Open {
    state: OPEN;
    url: string;
}

Properties

Properties

state: OPEN
url: string