export interface RequestAreaCreateOrUpdate { name: string; type: string; operationCenter: string; id?: string; capacity?: number; }