diff --git a/types/filesize.d.ts b/types/filesize.d.ts index 0d348b2..a5bed92 100644 --- a/types/filesize.d.ts +++ b/types/filesize.d.ts @@ -13,16 +13,7 @@ interface FileSizeOptionsBase { separator?: string; spacer?: string; standard?: 'iec' | 'jedec'; - symbols?: { - iec: { - bits: string[], - bytes: string[] - }, - jedec: { - bits: string[], - bytes: string[] - } - }; + symbols?: {}; } interface FileSizeOptionsArray extends FileSizeOptionsBase {