chore: add latest release date to items
This commit is contained in:
committed by
Mathias Schopmans
parent
36c2c84473
commit
0aa51f2db4
@@ -22,6 +22,7 @@ export interface Item {
|
||||
quadrant: string;
|
||||
flag: Flag;
|
||||
tags: string[];
|
||||
release: Release;
|
||||
revisions?: Revision[];
|
||||
random?: [radius: number, angle: number];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user