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

  // The duplication is necessary for TypeScript