docs: fix test and docs conflicts

This commit is contained in:
imccyu
2026-07-28 16:50:07 +08:00
parent 6c4e606e61
commit de56936c87
18 changed files with 105 additions and 107 deletions

View File

@@ -26,10 +26,6 @@ declare module '@deepseek-ai/dsh-session' {
interface SessionEventMap {
'test/mark': { marks: string[] }
}
interface OutOfBandSessionEventMap {
'test/mark': true
}
}
/** Whole-value unit: latest test/mark event wins; unrelated events return the same reference. */