chore: type

This commit is contained in:
手瓜一十雪
2024-08-09 10:42:03 +08:00
parent 65521bd840
commit a1a28a892f
6 changed files with 44 additions and 14 deletions

View File

@@ -1,8 +0,0 @@
import { SelfInfo } from "../entities";
export const selfInfo: SelfInfo = {
uid: '',
uin: '',
nick: '',
online: true
};

View File

@@ -1,4 +1,3 @@
export * from './wrapper';
export * from './data';
export * from './helper';
export * from './context';