interface DataOption {
id: string
name: string
}
interface FormRef {
date: object | null
reason: object | null
[key: string]: any
interface notiType {
sender: string
body: string
timereceive: Date
export type { DataOption, FormRef, notiType }