/** * This file was auto-generated by Fern from our API Definition. */ /** * @example * { * token: "string", * newPassword: "string" * } */ export interface ResetPasswordOpts { token: string; newPassword: string; }