/** * 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 StoreListingIntegrationCategory: { readonly DeviceSync: "device-sync"; readonly Cloud: "cloud"; readonly Tool: "tool"; readonly Other: "other"; }; export type StoreListingIntegrationCategory = typeof StoreListingIntegrationCategory[keyof typeof StoreListingIntegrationCategory]; export declare function instanceOfStoreListingIntegrationCategory(value: any): boolean; export declare function StoreListingIntegrationCategoryFromJSON(json: any): StoreListingIntegrationCategory; export declare function StoreListingIntegrationCategoryFromJSONTyped(json: any, ignoreDiscriminator: boolean): StoreListingIntegrationCategory; export declare function StoreListingIntegrationCategoryToJSON(value?: StoreListingIntegrationCategory | null): any; export declare function StoreListingIntegrationCategoryToJSONTyped(value: any, ignoreDiscriminator: boolean): StoreListingIntegrationCategory;