/**
 * State data interface
 */
export interface IState {
}
/**
 * State action interface
 */
export interface IAction {
}
