Revived the page! He's baaaaack
This commit is contained in:
7
shared/types/units.ts
Normal file
7
shared/types/units.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
export interface Unit {
|
||||
id: number;
|
||||
name: string;
|
||||
description?: string;
|
||||
active: boolean;
|
||||
color?: string;
|
||||
}
|
||||
Reference in New Issue
Block a user