Fix interface names, add NodeIntro support. #51

Merged
7f8ddd merged 7 commits from main into main 2023-09-05 05:37:30 -07:00
Showing only changes of commit 0a80e11d9f - Show all commits

View File

@ -1,4 +1,4 @@
export interface IGenericUpdate {
NodeIntrosCompleted: string[];
NodeIntrosCompleted: string | string[];
// AffiliationMods: any[];
}