Interface DocumentData

Represents a specification document.

Hierarchy

  • DocumentData

Index

Properties

dateCreated

dateCreated: string

The date that the document was created in ISO format.

extension

extension: string

The file extension of the document.

fileExists

fileExists: boolean

Whether or not the document file exists.

id

id: string

The identifier of the document.

isHidden

isHidden: boolean

Whether the document is hidden from the document list.

name

name: string

The name of the document.

specificationId

specificationId: number

The unique identifier of the specification that the document belongs to.