runtime/shared_deps/DisplayGenderConst.js (3 lines of code) (raw):
/**
* (c) Meta Platforms, Inc. and affiliates. Confidential and proprietary.
*
* This file is generated. Do not modify it manually!
* Keep it in sync with the source location in the "meerkat" folder.
* See JSEnum: DisplayGenderConst
*
* @flow strict
* @nolint
* @emails oncall+i18n_fbt_js
*/
export type DisplayGenderConstType = "UNKNOWN" | "FEMALE" | "MALE" | "NEUTER";
module.exports =
Object.freeze({"UNKNOWN":"UNKNOWN","FEMALE":"FEMALE","MALE":"MALE","NEUTER":"NEUTER"});