/**
 * This file was auto-generated by Fern from our API Definition.
 */
/**
 * @example
 *     {}
 */
export interface ConnectorsOAuthAuthorizeRequest {
    /**
     * The URL to redirect to after the connector has been authorized.
     */
    afterTokenRedirect?: string;
}
