mirror of
https://github.com/yusufipk/YTChatHub.git
synced 2026-09-11 10:56:17 +00:00
refactor: migrate from pnpm workspaces to single-package structure with shared types
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
export type ChatMessage = {
|
||||
id: string;
|
||||
author: string;
|
||||
text: string;
|
||||
publishedAt: string;
|
||||
};
|
||||
Reference in New Issue
Block a user