finished hooking up promotion history

This commit is contained in:
2025-12-17 22:36:51 -05:00
parent 6d83a2d342
commit 00f8d583cc
5 changed files with 36 additions and 29 deletions

View File

@@ -8,4 +8,10 @@ export type Rank = {
export interface PromotionSummary {
entry_day: Date;
}
export interface PromotionDetails {
member_id: number;
short_name: string;
created_by_id: number;
}