fix(types): declare docs sync pruning helper (#109372)

This commit is contained in:
Dallin Romney
2026-07-16 15:07:43 -07:00
committed by GitHub
parent 8a31825837
commit 31b3020372
+1
View File
@@ -24,3 +24,4 @@ export function syncClawHubDocsTree(
path: string;
files: number;
};
export function pruneOrphanLocaleDocs(targetDocsDir: string): void;