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