export interface INotification { NotiicationId?: number, NotiicationToDetails?: string, StepId?:number; SubjectDetails?:string, NotificationContent?:string, LoginStaffId?:number, }