interface DocumentSelectorDocumentExtra {
    label: undefined | string;
    value: string;
}

Properties

Properties

label: undefined | string

The label of the property

value: string

The value of the property