types.hbs 74 B

123
  1. export default interface {{properCase name}}State {
  2. [k: string]: any;
  3. }