Files
ST-Amily2-Chat-Optimisation/core/table-system/dto/TableState.js

10 lines
347 B
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
/**
* @file TableState 的实际定义已合并至 ./Table.js与 Table 共处一处便于阅读)。
* 本文件保留为转发别名,供需要按 dto 名称单独导入的消费方使用:
* /** @typedef {import('./TableState.js').TableState} TableState *\/
*
* @typedef {import('./Table.js').TableState} TableState
*/
export {};