Interface OutputRegularTextFileType

Representation for a text file.

interface OutputRegularTextFileType {
    documentId: string;
}

Properties

Properties

documentId: string

The document id for a regular text file.