import { IStaff } from './IStaff'; export interface IFamilyRelationship{ Id: number, StaffId : number, Staff? : IStaff, Relationship : any, RelationshipId: any, RelationshipDate: Date, PartnerName : any }