github.com/readium/readium-lcp-server@v0.0.0-20240101192032-6e95190e99f1/frontend/manage/app/components/resource.ts (about) 1 export class Resource { 2 id: string; 3 location: string; 4 length: number; 5 sha256: string | undefined | null ; 6 }