mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-09-26 21:26:37 +08:00
4 lines
84 B
TypeScript
4 lines
84 B
TypeScript
import { BuiltinMask } from "./typing";
|
|
|
|
export const TW_MASKS: BuiltinMask[] = [];
|