Files
ente/web/packages/gallery/export-dirs.ts
Manav Rathi d52e3894d8 Move
2025-05-27 15:05:37 +05:30

12 lines
344 B
TypeScript

/**
* Name of the directory in which we put our metadata when exporting to the file
* system.
*/
export const exportMetadataDirectoryName = "metadata";
/**
* Name of the directory in which we keep trash items when deleting files that
* have been exported to the local disk previously.
*/
export const exportTrashDirectoryName = "Trash";