export interface IOrganisationStaff{ Id:number, PersonId:string, Name:string, CompanyId:number, RoleId:number, ShowEdit?:boolean }