Type Alias RawDocumentAdditionOptions

RawDocumentAdditionOptions: DocumentOptions & {
    csvDelimiter?: string;
}