export default interface BootNotificationResponse { status: 'Accepted' | 'Pending' | 'Rejected'; currentTime: string; interval: number; }