2025-03-23 05:07:15 -07:00
|
|
|
import { IInventoryChanges } from "./purchaseTypes";
|
|
|
|
|
2023-09-05 07:37:30 -05:00
|
|
|
export interface IGenericUpdate {
|
|
|
|
NodeIntrosCompleted: string | string[];
|
|
|
|
// AffiliationMods: any[];
|
2023-09-06 14:02:54 +04:00
|
|
|
}
|
2025-03-23 05:07:15 -07:00
|
|
|
|
|
|
|
export interface IUpdateNodeIntrosResponse {
|
|
|
|
MissionRewards: [];
|
|
|
|
InventoryChanges: IInventoryChanges;
|
|
|
|
}
|