test: fix feishu test typings

This commit is contained in:
Peter Steinberger
2026-03-27 06:55:23 +00:00
parent 3cbd4de95c
commit 854b71a4b0
5 changed files with 47 additions and 21 deletions

View File

@@ -16,6 +16,7 @@ function createDocxDescendantClient(create: DocxDescendantCreate): InsertBlocksC
},
},
} as InsertBlocksClient;
} as InsertBlocksClient;
}
function createCountingIterable<T>(values: T[]) {