Co-authored-by: 藍+85CD <50108258+kwaa@users.noreply.github.com> Co-authored-by: junkwarrior87 <115852752+junkwarrior87@users.noreply.github.com>
7 lines
122 B
TypeScript
7 lines
122 B
TypeScript
/**
|
|
* Moeru-AI Character Card Markdown Extension
|
|
*/
|
|
export interface Ext {}
|
|
|
|
export const defineExt = (ext: Ext) => ext
|