/**
 * Apideck
 * The Apideck OpenAPI Spec: SDK Optimized
 *
 * The version of the OpenAPI document: 10.13.0
 * Contact: support@apideck.com
 *
 * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
 * https://openapi-generator.tech
 * Do not edit the class manually.
 */
/**
 * OAuth scopes required for the connector. Add these scopes to your OAuth app.
 * @export
 * @interface ConnectorOauthScopes1
 */
export interface ConnectorOauthScopes1 {
    /**
     * ID of the OAuth scope.
     * @type {string}
     * @memberof ConnectorOauthScopes1
     */
    id?: string;
    /**
     * Label of the OAuth scope.
     * @type {string}
     * @memberof ConnectorOauthScopes1
     */
    label?: string;
}
export declare function ConnectorOauthScopes1FromJSON(json: any): ConnectorOauthScopes1;
export declare function ConnectorOauthScopes1FromJSONTyped(json: any, ignoreDiscriminator: boolean): ConnectorOauthScopes1;
export declare function ConnectorOauthScopes1ToJSON(value?: ConnectorOauthScopes1 | null): any;
