/**
 * The hash of the file, considering its byte content, and encoded in hexadecimal
 */
export type FileHashIdentifier = string;
