export interface Instructor { name: string; displayName: string; photoUrl?: string; tempPhotoUrl?: string; title?: string; quote?: string; socialLinks?: any; hidePhoto?: boolean; }