Began implementation for getting promotion history

This commit is contained in:
2025-12-16 22:28:32 -05:00
parent f9e5dacda8
commit 278690e094
8 changed files with 462 additions and 275 deletions

View File

@@ -5,3 +5,7 @@ export type Rank = {
category: string
sortOrder: number
}
export interface PromotionSummary {
entry_day: Date;
}