runtime/nonfb/mocks/FbtQTOverrides.js (6 lines of code) (raw):

/** * (c) Meta Platforms, Inc. and affiliates. Confidential and proprietary. * * @emails oncall+i18n_fbt_js * @flow strict * @format */ const FbtQTOverrides: { overrides: {[stringID: string]: ?string}, } = { overrides: {}, }; module.exports = FbtQTOverrides;