feat(#447): permission-gated reader dashboard #477
@@ -2122,9 +2122,9 @@ export interface components {
|
|||||||
};
|
};
|
||||||
StatsDTO: {
|
StatsDTO: {
|
||||||
/** Format: int64 */
|
/** Format: int64 */
|
||||||
totalPersons?: number;
|
totalPersons: number;
|
||||||
/** Format: int64 */
|
/** Format: int64 */
|
||||||
totalDocuments?: number;
|
totalDocuments: number;
|
||||||
/** Format: int64 */
|
/** Format: int64 */
|
||||||
totalStories: number;
|
totalStories: number;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user