diff --git a/website/strahl-types-index.md b/website/strahl-types-index.md index 3fe5a98..e402aaa 100644 --- a/website/strahl-types-index.md +++ b/website/strahl-types-index.md @@ -1,3 +1,5 @@ # Library Types -`strahl` uses TypeScript to aid in type safety. See here for a documentation of the API. +`strahl` uses TypeScript to aid in type safety. The types are automatically generated using [TypeDoc](https://typedoc.org/). + +For full details on how to use it, please refer to the corresponding tutorial and documentation.