Type alias UnitConfig

UnitConfig: {
    duration: number;
    name: string;
    tags?: string[];
    type: "unit";
}

Type declaration

  • duration: number
  • name: string
  • Optional tags?: string[]
  • type: "unit"

Generated using TypeDoc