interface DocumentSelectorSection {
    documents: DocumentSelectorDocument[];
    id: string;
    label: string;
}

Properties

Properties

The documents in the section

id: string

The section ID

label: string

The section label