Interface DocumentConstructorData

interface DocumentConstructorData {
    _id?: string;
}

Hierarchy (view full)

Properties

Properties

_id?: string