github.com/readium/readium-lcp-server@v0.0.0-20240509124024-799e77a0bbd6/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  }