export interface DprConfig {
  routePrefix?: string
  dataProductDefinitionsPath?: string
}
