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

    Interface NoIdObjectSkeletonInterface

    interface NoIdObjectSkeletonInterface {
        _rev?: string;
        [k: string]:
            | string
            | number
            | boolean
            | object
            | string[]
            | IdObjectSkeletonInterface;
    }

    Hierarchy (View Summary)

    Indexable

    Index

    Properties

    Properties

    _rev?: string