export namespace <%= utils.classify(name) %>State {

  /**
   * Interface for '<%= name %>' state
   */
  export interface IState {}

  /**
   * You can define other interfaces as needed here
   */

  export const initialState: IState = {};
}
