@cpod/sdk - v0.2.7
    Preparing search index...

    Interface ResetPasswordRequest

    interface ResetPasswordRequest {
        old_password?: string;
        new_password: string;
    }
    Index

    Properties

    old_password?: string
    new_password: string