Interface EntryResponse

interface EntryResponse {
    entry: Entry | Node[];
    matchingEntry?: Entry | Node[];
    siblings: Siblings;
}

Hierarchy (view full)

Properties

entry: Entry | Node[]
matchingEntry?: Entry | Node[]
siblings: Siblings