Skip to content

Commit 2f092dd

Browse files
committed
fix: update UserDeleteInput type description to clarify it represents the input for deleting the current authenticated user
1 parent 4c5ac23 commit 2f092dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/user/user.delete.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { parseResponseHelper } from "../../utils/parse-response-helper.ts"
44
import type { Static, TObject, TString } from "@sinclair/typebox"
55

66
/**
7-
* The input for initializing user in Keycloak
7+
* The input for deleting the current authenticated user
88
* No input parameters needed - checks current authenticated user
99
*/
1010
export type UserDeleteInput = Record<PropertyKey, never>

0 commit comments

Comments
 (0)