init commit,
This commit is contained in:
12
03_source/mobile_notworking.del/src/models/Speaker.ts
Normal file
12
03_source/mobile_notworking.del/src/models/Speaker.ts
Normal file
@@ -0,0 +1,12 @@
|
||||
export interface Speaker {
|
||||
id: number;
|
||||
name: string;
|
||||
profilePic: string;
|
||||
twitter: string;
|
||||
instagram: string;
|
||||
about: string;
|
||||
title: string;
|
||||
location: string;
|
||||
email: string;
|
||||
phone: string;
|
||||
}
|
Reference in New Issue
Block a user