mirror of
https://github.com/strapi/strapi.git
synced 2025-07-13 12:02:10 +00:00

* chore: migrate to TS typeFromMime * chore: migrate to TS toSingularTypes * chore: migrate to TS prefixPluginTranslations * chore: migrate to TS prefixFileUrlWithBackendUrl * chore: migrate to TS moveElement * chore: migrate to TS getTrad * chore: migrate to TS getFileExtension * chore: migrate to TS containsAssetFilter * chore: migrate to TS displayedFilters * chore: migrate to TS downloadFile * chore: remove findRecursiveFolderMetadatas because is unused * chore: migrate to TS appendSearchParamsToUrl * chore: migrate to TS formatBytes * chore: migrate to TS formatDuration * chore: migrate to TS urlYupSchema * chore: migrate to TS urlsToAssets * chore: migrate to TS rawFileToAsset * chore: migrate to TS getFolderURL * chore: migrate to TS getFolderParents * chore: migrate to TS createAssetUrl * chore: migrate to TS findRecursiveFolderByValue * chore: migrate to TS getAllowedFiles * chore: migrate to TS getBreadcrumbDataCM * chore: migrate to TS normalizeAPIError * chore: migrate to TS getAPIInnerErrors * chore: migrate to TS getBreadcrumbDataML and change the utils imports * chore: fix export from index * chore: reduce the errors type definition * chore: change Query type * chore: change the way utils are exported in the index * chore: reduce the code in the custom declaration type file
10 lines
103 B
TypeScript
10 lines
103 B
TypeScript
export {};
|
|
|
|
declare global {
|
|
interface Window {
|
|
strapi: {
|
|
backendURL: string;
|
|
};
|
|
}
|
|
}
|