website refactor
This commit is contained in:
@@ -26,6 +26,8 @@ export interface LeagueSponsorshipsViewData {
|
||||
sponsorId: string;
|
||||
sponsorName: string;
|
||||
requestedAt: string;
|
||||
formattedRequestedAt: string;
|
||||
status: 'pending' | 'approved' | 'rejected';
|
||||
statusLabel: string;
|
||||
}>;
|
||||
}
|
||||
Reference in New Issue
Block a user