export interface AreaPostModal { path: string; method: string; type: string; } export interface MeterialPostModal { materialType: string; areaCode: string; }