docs: mark permission as server-only param (#6229)

Co-authored-by: Matteo Badini <matteo.badini@gellify.com>
This commit is contained in:
Matteo Badini
2025-11-23 19:08:55 +01:00
committed by GitHub
parent c9fb0293f9
commit 7dfdfd9a9a

View File

@@ -135,6 +135,7 @@ type createApiKey = {
rateLimitEnabled?: boolean = true
/**
* Permissions of the Api Key.
* @serverOnly
*/
permissions?: Record<string, string[]>
}