UNPKG

@plone/volto

Version:
6 lines (5 loc) 204 B
/** * The definitive flattenToAppURL function * Flattens all the URLs in the response to the current app URL (or internalApiPath if set). */ export declare function bulkFlattenToAppURL<T>(data: T): T;