export class StateResetAll {
  static readonly type = '@@RESET_STATE_ALL';
  public readonly statesToKeep: MetaDataModel[];

  // The duplication is necessary for TypeScript