Interface IdObjectSkeletonInterface

interface IdObjectSkeletonInterface {
    _id?: string;
    _rev?: string;
}

Hierarchy (view full)

Properties

Properties

_id?: string
_rev?: string