import { IStaff } from './IStaff'; export interface IStaffMoreDetails{ Id : number, Staff? : IStaff, StaffId : number, Title : string, Content : string, ForAll? : boolean, IsDisabled? : boolean }