HJ_Server/src/module/collection_chatlog.ts
2023-12-13 20:51:17 +08:00

2 lines
91 B
TypeScript

import { chatLog } from '../shared/protocols/type'
export type CollectionChatLog = chatLog;