diff --git a/types/fluxible/index.d.ts b/types/fluxible/index.d.ts index b9f7d8d0b0..36a092b110 100644 --- a/types/fluxible/index.d.ts +++ b/types/fluxible/index.d.ts @@ -90,7 +90,7 @@ export class Fluxible { * @param callback * @async Rehydration may require more asset loading or async IO calls */ - rehydrate(state: any): void; + rehydrate(state: any, callback?: (err: Error, context: FluxibleContext) => void): void; } /**