mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-05-22 05:30:19 +09:00
4 lines
80 B
TypeScript
4 lines
80 B
TypeScript
import { Mask } from "../store/mask";
|
|
|
|
export const BUILTIN_MASKS: Mask[] = [];
|