Skip to content

Latest commit

 

History

History
80 lines (43 loc) · 1.22 KB

inboxresult.md

File metadata and controls

80 lines (43 loc) · 1.22 KB

fikenInboxResult

Interface: InboxResult

export

interface InboxResult

Hierarchy

  • InboxResult

Index

Properties

Properties

Optional createdAt

createdAt? : Date

When the document was created

memberof InboxResult


Optional description

description? : string

Additional description of document

memberof InboxResult


Optional Readonly documentId

documentId? : number

memberof InboxResult


Optional filename

filename? : string

Name of the underlying file for the inbox document

memberof InboxResult


Optional name

name? : string

Name of the document as it appears in the inbox

memberof InboxResult


Optional status

status? : boolean

Whether the document has been used as documentation or not

memberof InboxResult