Frodo Library - v4.0.0-10
    Preparing search index...

    Interface FullService

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

    Hierarchy (View Summary)

    Indexable

    • [key: string]: any
    Index

    Properties

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