7 lines
109 B
TypeScript
7 lines
109 B
TypeScript
/**
|
|
* Shared Schemas 导出
|
|
*/
|
|
|
|
export * from './sillytavern.schemas';
|
|
export * from './internal.schemas';
|