diff --git a/index.d.ts b/index.d.ts index f0c50063b..579e1162b 100644 --- a/index.d.ts +++ b/index.d.ts @@ -43,7 +43,7 @@ export interface Asset { file: { url: string; details: any; - fileNmae: string; + fileName: string; contentType: string; }; };