Allows us to create IdDocument classes that contain the ID.

interface IdDocumentInput {
    id?: string;
}

Hierarchy (view full)

Implemented by

Properties

Properties

id?: string

Generated using TypeDoc