export interface AlertModel {
    message: string
    statusCode: number
    resultObject: any
    fail: boolean
    actionStatus: string
    none: boolean
    success: boolean
}