fixup! feat: add post process to storage metadata

This commit is contained in:
Kyle Fang
2021-09-11 13:56:37 +08:00
parent c8a5758cb3
commit 6ecd443f47

View File

@@ -624,7 +624,7 @@ export interface StorageMeta {
storeUrl?: boolean,
/**
* Process process the path
* Post process the path
*/
postProcess?: (pathOrUrl: string) => Promise<string>
}