We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c5ac23 commit 2f092ddCopy full SHA for 2f092dd
src/commands/user/user.delete.ts
@@ -4,7 +4,7 @@ import { parseResponseHelper } from "../../utils/parse-response-helper.ts"
4
import type { Static, TObject, TString } from "@sinclair/typebox"
5
6
/**
7
- * The input for initializing user in Keycloak
+ * The input for deleting the current authenticated user
8
* No input parameters needed - checks current authenticated user
9
*/
10
export type UserDeleteInput = Record<PropertyKey, never>
0 commit comments