export interface NotificationRequest { roomSeq: string; title: string; contents: string; image: string; useSound: boolean; interval?: number; }