import { ProcessTagDto } from 'src/tags/dtos'; export interface UpdateSpaceAllocationDto { uuid: string; tags: ProcessTagDto[]; }