interface FullService {
    _id?: string;
    _rev?: string;
    _type?: EntityType;
    nextDescendents?: ServiceNextDescendent[];
}

Hierarchy (view full)

Properties

_id?: string
_rev?: string
_type?: EntityType
nextDescendents?: ServiceNextDescendent[]