forked from OpenWF/SpaceNinjaServer

Co-authored-by: OrdisPrime <134585663+OrdisPrime@users.noreply.github.com> Co-authored-by: Ângelo Tadeucci <angelo_tadeucci@hotmail.com.br>
5 lines
111 B
TypeScript
5 lines
111 B
TypeScript
export interface IGenericUpdate {
|
|
NodeIntrosCompleted: string | string[];
|
|
// AffiliationMods: any[];
|
|
}
|