interface Closed {
    code: number;
    state: CLOSED;
    url: string;
    wasClean: boolean;
}

Properties

Properties

code: number
state: CLOSED
url: string
wasClean: boolean