Skip to content

Commit

Permalink
PLTCONN-2597: Refactor change password input
Browse files Browse the repository at this point in the history
  • Loading branch information
fangming-ning-sp committed Jan 17, 2023
1 parent 31e7d22 commit 622c206
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib/commands/std-change-password.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
/* Copyright (c) 2023. SailPoint Technologies, Inc. All rights reserved. */

import { ObjectInput } from "./command"

/**
* Input object of `std:change-password` command
*/
export type StdChangePasswordInput = {
username: string
export type StdChangePasswordInput = ObjectInput & {
password: string
}

Expand Down

0 comments on commit 622c206

Please sign in to comment.