All Downloads are FREE. Search and download functionalities are using the official Maven repository.

src.app.core.model.chutney-state.model.ts Maven / Gradle / Ivy

There is a newer version: 3.0.0
Show newest version
import { ScenarioType } from '@model';

export class ChutneyState {
  constructor(
    public tags: Array = [],
    public campaignTags: Array = [],
    public scenarioTypes: Array = [],
    public noTag: boolean,
    public campaignNoTag: boolean
  ) { }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy