SpaceNinjaServer/src/types/genericUpdate.ts

4 lines
110 B
TypeScript
Raw Normal View History

export interface IGenericUpdate {
NodeIntrosCompleted: string | string[];
// AffiliationMods: any[];
}