export interface IAccountStateData {
    readonly typeIndex: number;
}
