export type Application = {
name: string
area: string
cpu: number
ram: number
disk: number
usage: string
applicantId: number
}