export interface StateA { a: number } export interface StateAB { a: number b: number } export interface StateSub { sub: { a: number } }