import type { ReactNode } from 'react' export type ScreenNotice = ['error' | 'updated', ReactNode, ReactNode?, string?]