@neynar/nodejs-sdk
Version:
SDK to interact with Neynar APIs (https://docs.neynar.com/reference/quickstart)
26 lines (25 loc) • 861 B
TypeScript
/**
* Farcaster Hub API
* Perform basic queries of Farcaster state via the REST API of a Farcaster hub. See the [Neynar docs](https://docs.neynar.com/reference) for more details.
*
* The version of the OpenAPI document: 2.35.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.
*/
/**
*
* @export
* @enum {string}
*/
export declare const StoreType: {
readonly Casts: "STORE_TYPE_CASTS";
readonly Links: "STORE_TYPE_LINKS";
readonly Reactions: "STORE_TYPE_REACTIONS";
readonly UserData: "STORE_TYPE_USER_DATA";
readonly Verifications: "STORE_TYPE_VERIFICATIONS";
readonly UsernameProofs: "STORE_TYPE_USERNAME_PROOFS";
};
export type StoreType = typeof StoreType[keyof typeof StoreType];