/** * Linkbreakers API * This is a documentation of all the APIs of Linkbreakers * * The version of the OpenAPI document: 1.118.3 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ /** * * @export */ export declare const GoogleFormsIntegrationStatus: { readonly GoogleFormsIntegrationStatusUnspecified: "GOOGLE_FORMS_INTEGRATION_STATUS_UNSPECIFIED"; readonly GoogleFormsIntegrationStatusActive: "GOOGLE_FORMS_INTEGRATION_STATUS_ACTIVE"; readonly GoogleFormsIntegrationStatusPaused: "GOOGLE_FORMS_INTEGRATION_STATUS_PAUSED"; readonly GoogleFormsIntegrationStatusDisconnected: "GOOGLE_FORMS_INTEGRATION_STATUS_DISCONNECTED"; }; export type GoogleFormsIntegrationStatus = typeof GoogleFormsIntegrationStatus[keyof typeof GoogleFormsIntegrationStatus]; export declare function instanceOfGoogleFormsIntegrationStatus(value: any): boolean; export declare function GoogleFormsIntegrationStatusFromJSON(json: any): GoogleFormsIntegrationStatus; export declare function GoogleFormsIntegrationStatusFromJSONTyped(json: any, ignoreDiscriminator: boolean): GoogleFormsIntegrationStatus; export declare function GoogleFormsIntegrationStatusToJSON(value?: GoogleFormsIntegrationStatus | null): any; export declare function GoogleFormsIntegrationStatusToJSONTyped(value: any, ignoreDiscriminator: boolean): GoogleFormsIntegrationStatus;