mirror of
https://github.com/SyncrowIOT/backend.git
synced 2025-07-16 18:56:22 +00:00
Add totalCount field to CommunityChildInterface
This commit is contained in:
@ -10,5 +10,6 @@ export interface CommunityChildInterface {
|
||||
uuid: string;
|
||||
name: string;
|
||||
type: string;
|
||||
totalCount?: number;
|
||||
children?: CommunityChildInterface[];
|
||||
}
|
||||
|
Reference in New Issue
Block a user