This commit is contained in:
Andrey Sharshov
2025-11-16 18:48:06 +01:00
commit c02d04073f
481 changed files with 52066 additions and 0 deletions

11
typedoc.json Normal file
View File

@@ -0,0 +1,11 @@
{
"entryPoints": [
"./src/types/api/common.ts",
"./src/types/api/InitResp.ts",
"./src/types/api/SpinResp.ts"
],
"entryPointStrategy": "expand",
"out": "docs",
"categorizeByGroup": false,
"groupOrder": ["Interfaces", "Type Aliases", "*"]
}