/** * 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 StoreListingResourceTemplateCategoryPersonal: { readonly HealthAndFitness: "health-and-fitness"; readonly PersonalFinance: "personal-finance"; readonly Entertainment: "entertainment"; readonly PersonalDashboards: "personal-dashboards"; readonly PersonalProductivity: "personal-productivity"; readonly Hobbies: "hobbies"; readonly Travel: "travel"; readonly FoodAndNutrition: "food-and-nutrition"; readonly CareerBuilding: "career-building"; readonly Housing: "housing"; readonly DatingAndRelationships: "dating-and-relationships"; readonly FriendsAndFamily: "friends-and-family"; readonly Seasonal: "seasonal"; readonly Religion: "religion"; readonly Plants: "plants"; readonly Parenting: "parenting"; readonly SecondBrain: "second-brain"; readonly VehicleManagement: "vehicle-management"; }; export type StoreListingResourceTemplateCategoryPersonal = typeof StoreListingResourceTemplateCategoryPersonal[keyof typeof StoreListingResourceTemplateCategoryPersonal]; export declare function instanceOfStoreListingResourceTemplateCategoryPersonal(value: any): boolean; export declare function StoreListingResourceTemplateCategoryPersonalFromJSON(json: any): StoreListingResourceTemplateCategoryPersonal; export declare function StoreListingResourceTemplateCategoryPersonalFromJSONTyped(json: any, ignoreDiscriminator: boolean): StoreListingResourceTemplateCategoryPersonal; export declare function StoreListingResourceTemplateCategoryPersonalToJSON(value?: StoreListingResourceTemplateCategoryPersonal | null): any; export declare function StoreListingResourceTemplateCategoryPersonalToJSONTyped(value: any, ignoreDiscriminator: boolean): StoreListingResourceTemplateCategoryPersonal;