@neynar/nodejs-sdk
Version:
SDK to interact with Neynar APIs (https://docs.neynar.com/reference/quickstart)
37 lines (36 loc) • 1.47 kB
TypeScript
/**
* Neynar API
* The Neynar API allows you to interact with the Farcaster protocol among other things. See the [Neynar docs](https://docs.neynar.com/reference) for more details.
*
* The version of the OpenAPI document: 3.175.0
* Contact: team@neynar.com
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
/**
* The top-level category the topic belongs to
*/
export declare const TopLevelTopic: {
readonly ArtsCulture: "arts_culture";
readonly BusinessEntrepreneurs: "business_entrepreneurs";
readonly CelebrityPopCulture: "celebrity_pop_culture";
readonly DiariesDailyLife: "diaries_daily_life";
readonly Family: "family";
readonly FashionStyle: "fashion_style";
readonly FilmTvVideo: "film_tv_video";
readonly FitnessHealth: "fitness_health";
readonly FoodDining: "food_dining";
readonly Gaming: "gaming";
readonly LearningEducational: "learning_educational";
readonly Music: "music";
readonly NewsSocialConcern: "news_social_concern";
readonly OtherHobbies: "other_hobbies";
readonly Relationships: "relationships";
readonly ScienceTechnology: "science_technology";
readonly Sports: "sports";
readonly TravelAdventure: "travel_adventure";
readonly YouthStudentLife: "youth_student_life";
};
export type TopLevelTopic = typeof TopLevelTopic[keyof typeof TopLevelTopic];