Wrapped up approval visuals and refresh behaviour

This commit is contained in:
2026-01-16 19:17:43 -05:00
parent 19eb2be252
commit fafacbefc3
6 changed files with 47 additions and 10 deletions

View File

@@ -11,7 +11,9 @@ export interface PromotionSummary {
}
export interface PromotionDetails {
promo_id: number;
member_id: number;
short_name: string;
created_by_id: number;
authorized_by_id: number;
}