@sqlrooms/app-runtime / RestoreHtmlAppRevisionMetadata
Type Alias: RestoreHtmlAppRevisionMetadata
RestoreHtmlAppRevisionMetadata =
Omit<CommitHtmlAppRevisionMetadata,"source"|"parentRevisionId"|"clearRedo">
Metadata accepted when restoring an existing revision.
Restore operations always create a new revision with source: "restore", parent it to the revision that was active at restore time, and clear redo history.
