mirror of
https://github.com/SyncrowIOT/backend.git
synced 2025-11-26 09:44:55 +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