interface MdxV1FileImportOptions {
    contentSegmentation: boolean;
    excludeCodeBlocks: boolean;
    excludedFrontMatterElements: string[];
    srxStorageId: number;
}

Properties

contentSegmentation: boolean
excludeCodeBlocks: boolean
excludedFrontMatterElements: string[]
srxStorageId: number