Began implementation for getting promotion history
This commit is contained in:
@@ -5,3 +5,7 @@ export type Rank = {
|
||||
category: string
|
||||
sortOrder: number
|
||||
}
|
||||
|
||||
export interface PromotionSummary {
|
||||
entry_day: Date;
|
||||
}
|
||||
Reference in New Issue
Block a user