/** * This file was auto-generated by Fern from our API Definition. */ export interface ExchangeTokenData { /** Whether the provided token was valid */ valid: boolean; /** The refreshed token, if the provided token was valid */ token?: string; /** The email address the recovery email was sent to, if the provided token was not valid */ sentTo?: string; }