/** * Copyright (c) 2026 ByteDance Ltd. and/or its affiliates * SPDX-License-Identifier: MIT * * Shared locale type for feishu command i18n. */ export type FeishuLocale = 'zh_cn' | 'en_us';