diff --git a/src/types/shims.d.ts b/src/types/shims.d.ts index b385af6cf0..335b973e11 100644 --- a/src/types/shims.d.ts +++ b/src/types/shims.d.ts @@ -5,7 +5,7 @@ declare module '#storage' { declare module '#assets' { export interface AssetMeta { type?: string, etag?: string, mtime?: string } - export function readAsset(id: string): Promise - export function statAsset(id: string): Promise + export function readAsset (id: string): Promise + export function statAsset (id: string): Promise export function getKeys() : Promise }