Fields of PROBE response packet.

interface Fields {
    entries: Entry[];
    redirects: Redirect[];
}

Properties

Properties

entries: Entry[]
redirects: Redirect[]