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

     1  export interface CrudItem {
     2      id: any;
     3  }