export interface RequestAreaLocationCreateOrUpdate { label: string; type: string; area: string; id?: string; capacity?: number; }