Skip to content

Commit 4c5ac23

Browse files
committed
fix: update UserDeleteOutput type description to clarify it represents the output for deleting the authenticated user
1 parent 96c931b commit 4c5ac23

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/commands/user/user.delete.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ import type { Static, TObject, TString } from "@sinclair/typebox"
1010
export type UserDeleteInput = Record<PropertyKey, never>
1111

1212
/**
13-
* The output for initializing user in Keycloak
14-
* (matches the REST API response)
13+
* The output for deleting the current authenticated user
1514
*/
1615
export type UserDeleteOutput = Static<typeof responseSchema>
1716

0 commit comments

Comments
 (0)