/** * 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 StoreListingCapability: { readonly _1WaySync: "1_WAY_SYNC"; readonly _2WaySync: "2_WAY_SYNC"; readonly ExploreContent: "EXPLORE_CONTENT"; readonly EditContent: "EDIT_CONTENT"; readonly SearchAndAssistant: "SEARCH_AND_ASSISTANT"; readonly Search: "SEARCH"; }; export type StoreListingCapability = typeof StoreListingCapability[keyof typeof StoreListingCapability]; export declare function instanceOfStoreListingCapability(value: any): boolean; export declare function StoreListingCapabilityFromJSON(json: any): StoreListingCapability; export declare function StoreListingCapabilityFromJSONTyped(json: any, ignoreDiscriminator: boolean): StoreListingCapability; export declare function StoreListingCapabilityToJSON(value?: StoreListingCapability | null): any; export declare function StoreListingCapabilityToJSONTyped(value: any, ignoreDiscriminator: boolean): StoreListingCapability;