Add api models to docs

This commit is contained in:
Bill Thornton 2022-09-15 13:36:48 -04:00
parent 1ace33cf29
commit aefea715c7
2 changed files with 3 additions and 1 deletions

1
.gitignore vendored
View File

@ -1,4 +1,5 @@
coverage
dist
docs
lib
node_modules

View File

@ -9,7 +9,8 @@
"typedocOptions": {
"entryPoints": [
"./src/index.ts",
"./src/generated-client/index.ts"
"./src/generated-client/index.ts",
"./src/models/api/index.ts"
],
"out": "docs"
},