UNPKG

@amsterdam/bmi-dms-upload

Version:

A document upload flow that can be implemented in any BMI React application. Documents are stored in DMS. Metadata can be added in the flow.

3 lines 267 B
import { CustomJsonSchema, MetadataProperty } from '../types'; export default function createSchemaFromMetadataProps(metadataProperties: MetadataProperty[], showChangeIndividual?: boolean): CustomJsonSchema; //# sourceMappingURL=createSchemaFromMetadataProps.d.ts.map