/** * 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 StoreListingResourceTemplateCategory: { readonly Product: "product"; readonly Marketing: "marketing"; readonly Design: "design"; readonly Engineering: "engineering"; readonly Startup: "startup"; readonly Ai: "ai"; readonly Operations: "operations"; readonly Hr: "hr"; readonly WorkDashboards: "work-dashboards"; readonly Recruiting: "recruiting"; readonly It: "it"; readonly Sales: "sales"; readonly Crm: "crm"; readonly Freelance: "freelance"; readonly UserResearch: "user-research"; readonly DataScience: "data-science"; readonly BusinessFinance: "business-finance"; readonly PrAndComms: "pr-and-comms"; readonly Enterprise: "enterprise"; readonly Managers: "managers"; readonly NonProfit: "non-profit"; readonly Agency: "agency"; readonly Consulting: "consulting"; readonly VentureCapital: "venture-capital"; readonly WebsiteBuilding: "website-building"; readonly Integrations: "integrations"; readonly SideHustle: "side-hustle"; readonly StudentLife: "student-life"; readonly StudyPlanner: "study-planner"; readonly ClassNotes: "class-notes"; readonly CareerBuilding: "career-building"; readonly StudentDashboards: "student-dashboards"; readonly StudentOrg: "student-org"; readonly Teaching: "teaching"; readonly SchoolApplications: "school-applications"; readonly InternshipTracker: "internship-tracker"; readonly AcademicResearch: "academic-research"; 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 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 StoreListingResourceTemplateCategory = typeof StoreListingResourceTemplateCategory[keyof typeof StoreListingResourceTemplateCategory]; export declare function instanceOfStoreListingResourceTemplateCategory(value: any): boolean; export declare function StoreListingResourceTemplateCategoryFromJSON(json: any): StoreListingResourceTemplateCategory; export declare function StoreListingResourceTemplateCategoryFromJSONTyped(json: any, ignoreDiscriminator: boolean): StoreListingResourceTemplateCategory; export declare function StoreListingResourceTemplateCategoryToJSON(value?: StoreListingResourceTemplateCategory | null): any; export declare function StoreListingResourceTemplateCategoryToJSONTyped(value: any, ignoreDiscriminator: boolean): StoreListingResourceTemplateCategory;