9 lines
174 B
JavaScript
9 lines
174 B
JavaScript
"use strict";
|
|
/**
|
|
* Copyright (c) 2026 ByteDance Ltd. and/or its affiliates
|
|
* SPDX-License-Identifier: MIT
|
|
*
|
|
* Shared locale type for feishu command i18n.
|
|
*/
|
|
export {};
|