github.com/readium/readium-lcp-server@v0.0.0-20240101192032-6e95190e99f1/frontend/manage/app/dashboard/dashboardInfo.ts (about)

     1  export class DashboardInfo{
     2      publicationCount: number;
     3  	userCount:        number;
     4  	buyCount:         number;
     5  	loanCount:        number;
     6  }
     7  
     8  export class DashboardBestSeller{
     9      title: number;
    10  	count: string;
    11  }