Allows us to create IdDocument classes that contain the ID.

interface IdDocumentInput {
    id?: string;
}

Hierarchy

  • DocumentInput
    • IdDocumentInput

Implemented by

Properties

Properties

id?: string

Generated using TypeDoc