/** * 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 IntegrationInstallationFlow: { readonly FabricBrowserRedirect: "fabric-browser-redirect"; readonly FabricExternal: "fabric-external"; readonly Zapier: "zapier"; }; export type IntegrationInstallationFlow = typeof IntegrationInstallationFlow[keyof typeof IntegrationInstallationFlow]; export declare function instanceOfIntegrationInstallationFlow(value: any): boolean; export declare function IntegrationInstallationFlowFromJSON(json: any): IntegrationInstallationFlow; export declare function IntegrationInstallationFlowFromJSONTyped(json: any, ignoreDiscriminator: boolean): IntegrationInstallationFlow; export declare function IntegrationInstallationFlowToJSON(value?: IntegrationInstallationFlow | null): any; export declare function IntegrationInstallationFlowToJSONTyped(value: any, ignoreDiscriminator: boolean): IntegrationInstallationFlow;