feat: complete TASK-WP2-07 latest exports

This commit is contained in:
suyx
2026-08-03 01:43:09 +08:00
parent 2bb4f86d04
commit 1b0a05bbcf
20 changed files with 1791 additions and 18 deletions
+5
View File
@@ -0,0 +1,5 @@
export class LatestExportError extends Error {
constructor(readonly code: "invalid" | "not_found" | "conflict") {
super(code);
}
}