chore: add latest release date to items

This commit is contained in:
Mathias Schopmans
2024-02-22 10:06:28 +01:00
committed by Mathias Schopmans
parent 36c2c84473
commit 0aa51f2db4
2 changed files with 3 additions and 0 deletions

View File

@@ -22,6 +22,7 @@ export interface Item {
quadrant: string;
flag: Flag;
tags: string[];
release: Release;
revisions?: Revision[];
random?: [radius: number, angle: number];
}