This commit is contained in:
Xu Chang 2022-05-10 09:26:02 +08:00
parent a663f0af5c
commit 766e06dbb5
1 changed files with 0 additions and 4 deletions

View File

@ -1,7 +1,3 @@
<<<<<<< HEAD
import { OpSchema as ExtraFile } from '../base-app-domain/ExtraFile/Schema';
=======
import { OpSchema as ExtraFile } from 'oak-app-domain/ExtraFile/Schema';
>>>>>>> 29abd56e063b345c3d535d45f7926ddc2d0e7f9f
export declare function composeFileUrl(extraFile: ExtraFile): string;
export declare function decomposeFileUrl(url: string): Pick<ExtraFile, 'bucket' | 'filename' | 'origin' | 'type' | 'extra1'>;