/**
 * This file was auto-generated by Fern from our API Definition.
 */
export interface OAuthAuthorizeResponse {
    /** The OAuth 2.0 redirect url. Redirect the user to this url to authorize the connector. */
    redirectUrl?: string;
}
