添加国家列表接口
This commit is contained in:
10
types/api.ts
10
types/api.ts
@@ -30,6 +30,16 @@ export interface ApiListResponse<T> {
|
||||
total: number;
|
||||
}
|
||||
|
||||
export interface Country {
|
||||
id: number;
|
||||
code: string;
|
||||
name: string;
|
||||
flagIcon: string;
|
||||
createdAt: string;
|
||||
updatedAt: string;
|
||||
isActive: boolean;
|
||||
}
|
||||
|
||||
export interface GoalEvent {
|
||||
time: string;
|
||||
home_scorer?: string;
|
||||
|
||||
Reference in New Issue
Block a user