6 lines
81 B
TypeScript
6 lines
81 B
TypeScript
export const clubs = [
|
|
{
|
|
name: '东华',
|
|
clubId: '47',
|
|
},
|
|
] as const; |