Revert "Remove the uploadedAt time"

This reverts commit b36fb65721d3c7bbd7f3d7289fdc11175c0c27ea.
This commit is contained in:
Arnaud 2025-02-07 14:44:19 +01:00
parent 0e72881aa7
commit c0dc44406d
No known key found for this signature in database
GPG Key ID: 69D6CE281FCAE663

View File

@ -40,6 +40,11 @@ export type CodexManifest = {
* Mimetype
*/
mimetype: string | null;
/**
* Date of upload
*/
uploadedAt: number;
};
export type CodexDataContent = {