Skip to content

gi-nx


gi-nx / Scenario

ts
type Scenario = {
  color?: string;
  description?: string;
  name: string;
  order?: number;
  scenario_id: string;
};

Properties ​

PropertyTypeDescription
color?string-
description?string-
namestring-
order?number-
scenario_idstringPrimary identifier for scenarios. Use this as the key in dictionaries and for all scenario references in the application.