digitalfabrik/integreat-app

View on GitHub
shared/api/MapParamsToUrlType.ts

Summary

Maintainability
A
0 mins
Test Coverage
export type MapParamsToUrlType<P> = (params: P) => string