merge
This commit is contained in:
parent
a663f0af5c
commit
766e06dbb5
|
|
@ -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'>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue