ExtendedStates: {
    [K in keyof IExtendedStates]?: {
        new?: IExtendedStates[K] | null;
        old?: IExtendedStates[K] | null;
    }
}