diff --git a/index.d.ts b/index.d.ts index 507eb1e..920f6f5 100644 --- a/index.d.ts +++ b/index.d.ts @@ -40,7 +40,7 @@ declare module 'webpack-flush-chunks' { stylesheets: string[]; /** Hash object of chunk names to CSS file paths */ - cssHashRaw: Recrod; + cssHashRaw: Record; /** `` */ cssHash: string[];