mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-25 00:22:43 -05:00
docs: mark permission as server-only param (#6229)
Co-authored-by: Matteo Badini <matteo.badini@gellify.com>
This commit is contained in:
@@ -135,6 +135,7 @@ type createApiKey = {
|
||||
rateLimitEnabled?: boolean = true
|
||||
/**
|
||||
* Permissions of the Api Key.
|
||||
* @serverOnly
|
||||
*/
|
||||
permissions?: Record<string, string[]>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user