finished hooking up promotion history
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user