Interface IdObjectSkeletonInterface

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

Hierarchy (View Summary)

Indexable

Properties

Properties

_id?: string
_rev?: string