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