init commit
This commit is contained in:
12
src/interfaces/club.ts
Normal file
12
src/interfaces/club.ts
Normal file
@@ -0,0 +1,12 @@
|
||||
export interface Club {
|
||||
id?: number;
|
||||
name: string;
|
||||
shortName: string;
|
||||
players?: Array<any>;
|
||||
city?: string;
|
||||
contactName?: string;
|
||||
email?: string;
|
||||
address?: string;
|
||||
phone?: string;
|
||||
active: boolean;
|
||||
}
|
||||
Reference in New Issue
Block a user