export interface Draft {
    entryId: string;
    fileHash: string;
    draft: Uint8Array;
}
