UNPKG

@standard-crypto/farcaster-js-neynar

Version:

A tool for interacting with Farcaster via Neynar APIs.

27 lines 883 B
"use strict"; /* tslint:disable */ /* eslint-disable */ /** * v1 Farcaster * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 1.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ Object.defineProperty(exports, "__esModule", { value: true }); exports.ActiveStatus = void 0; /** * The status of a user. - active: The user is currently active. - inactive: The user is not currently active. * @export * @enum {string} */ var ActiveStatus; (function (ActiveStatus) { ActiveStatus["Active"] = "active"; ActiveStatus["Inactive"] = "inactive"; })(ActiveStatus || (exports.ActiveStatus = ActiveStatus = {})); //# sourceMappingURL=active-status.js.map