import { INotes } from './INotes'; import { IStaffs } from './IStaffs'; export interface INotesRanks { NotesRanksId ?: number, Notes ?: INotes, Staffs?: IStaffs, Rank?: number, CreatedDate?:Date }