mirror of
https://github.com/SyncrowIOT/backend.git
synced 2025-07-10 15:17:41 +00:00

* task: add getCommunitiesV2 * task: update getOneSpace API to match revamp structure * refactor: implement modifications to pace management APIs * refactor: remove space link
11 lines
360 B
TypeScript
11 lines
360 B
TypeScript
export * from './add.space.dto';
|
|
export * from './community-space.param';
|
|
export * from './create-allocations.dto';
|
|
export * from './create-product-allocation.dto';
|
|
export * from './get.space.param';
|
|
export * from './project.param.dto';
|
|
export * from './subspace';
|
|
export * from './tag';
|
|
export * from './update.space.dto';
|
|
export * from './user-space.param';
|