/** * Fabric API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 1.0.0 * * * 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 IntegrationType: { readonly GoogleDrive: "GOOGLE_DRIVE"; readonly Gmail: "GMAIL"; readonly Github: "GITHUB"; readonly IosDevice: "IOS_DEVICE"; readonly AndroidDevice: "ANDROID_DEVICE"; readonly Rss: "RSS"; readonly Notion: "NOTION"; readonly LocalFs: "LOCAL_FS"; readonly Dropbox: "DROPBOX"; readonly Onedrive: "ONEDRIVE"; readonly Mixpanel: "MIXPANEL"; readonly Stripe: "STRIPE"; }; export type IntegrationType = typeof IntegrationType[keyof typeof IntegrationType]; export declare function instanceOfIntegrationType(value: any): boolean; export declare function IntegrationTypeFromJSON(json: any): IntegrationType; export declare function IntegrationTypeFromJSONTyped(json: any, ignoreDiscriminator: boolean): IntegrationType; export declare function IntegrationTypeToJSON(value?: IntegrationType | null): any; export declare function IntegrationTypeToJSONTyped(value: any, ignoreDiscriminator: boolean): IntegrationType;