gi-nx / Scenario
ts
type Scenario = {
color?: string;
description?: string;
id: string;
name: string;
order?: number;
scenario_id: string;
};