import { IStaff } from './IStaff'; export interface IPersonCustomSocialMedia{ Id : number, Staff? : IStaff, StaffId: number, Name: string, Details: string ForAll? : boolean, IsDisabled? : boolean }