4 lines
110 B
TypeScript
4 lines
110 B
TypeScript
![]() |
export interface IGenericUpdate {
|
||
|
NodeIntrosCompleted: string | string[];
|
||
|
// AffiliationMods: any[];
|
||
|
}
|