Files
moeka-project/packages/ccc/src/define/ext.ts
T

7 lines
122 B
TypeScript

/**
* Moeru-AI Character Card Markdown Extension
*/
export interface Ext {}
export const defineExt = (ext: Ext) => ext