docs(repo): Add JSdocs to APIKey backend type#7871
docs(repo): Add JSdocs to APIKey backend type#7871SarahSoutoul merged 4 commits intorelease/core-2from
Conversation
🦋 Changeset detectedLatest commit: 22b788e The changes in this PR will be included in the next version bump. This PR includes changesets to release 0 packagesWhen changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
wobsoriano
left a comment
There was a problem hiding this comment.
Looks good! Left a minor suggestion
@clerk/agent-toolkit
@clerk/astro
@clerk/backend
@clerk/chrome-extension
@clerk/clerk-js
@clerk/dev-cli
@clerk/elements
@clerk/clerk-expo
@clerk/expo-passkeys
@clerk/express
@clerk/fastify
@clerk/localizations
@clerk/nextjs
@clerk/nuxt
@clerk/clerk-react
@clerk/react-router
@clerk/remix
@clerk/shared
@clerk/tanstack-react-start
@clerk/testing
@clerk/themes
@clerk/types
@clerk/upgrade
@clerk/vue
commit: |
Co-authored-by: Robert Soriano <sorianorobertc@gmail.com>
Description
I noticed the
APIKeybackend object didn't have JSDoc comments that can then be used for a Typedoc output to be used in our docs. This is part of working towards improving the documentation for the APIKey backend docs. Currently, we don't have it documented properly.Checklist
pnpm testruns as expected.pnpm buildruns as expected.Type of change