import { daffCollectionBuildMetadataFromRequest } from '@daffodil/core'
Extracts the part of the DaffCollectionRequest
that can be directly set in DaffCollectionMetadata
.
const daffCollectionBuildMetadataFromRequest: (request: DaffCollectionRequest) => Partial<DaffCollectionMetadata>