/** * 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 StoreListingPluginCategory: { readonly Other: "other"; }; export type StoreListingPluginCategory = typeof StoreListingPluginCategory[keyof typeof StoreListingPluginCategory]; export declare function instanceOfStoreListingPluginCategory(value: any): boolean; export declare function StoreListingPluginCategoryFromJSON(json: any): StoreListingPluginCategory; export declare function StoreListingPluginCategoryFromJSONTyped(json: any, ignoreDiscriminator: boolean): StoreListingPluginCategory; export declare function StoreListingPluginCategoryToJSON(value?: StoreListingPluginCategory | null): any; export declare function StoreListingPluginCategoryToJSONTyped(value: any, ignoreDiscriminator: boolean): StoreListingPluginCategory;