Interface DocumentObjectData

interface DocumentObjectData {
    _id: string;
}

Hierarchy (view full)

Properties

Properties

_id: string