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

Hierarchy (View Summary)

Indexable

  • [key: string]: any

Properties

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