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
4 lines
130 B
TypeScript
4 lines
130 B
TypeScript
import { AbstractEntity } from '../../abstract/entities/abstract.entity';
|
|
|
|
export class SpaceLinkEntity extends AbstractEntity {}
|