Interface GraftingTask

Faction Work

Remarks

An object representing the current grafting status

interface GraftingTask {
    augmentation: string;
    cyclesWorked: number;
    type: "GRAFTING";
}

Properties

augmentation: string
cyclesWorked: number
type: "GRAFTING"