mirror of
https://github.com/sqlchat/sqlchat.git
synced 2025-09-28 02:24:49 +08:00
feat: implement stores and basic chat logic
This commit is contained in:
2
types/common.ts
Normal file
2
types/common.ts
Normal file
@ -0,0 +1,2 @@
|
||||
export type Id = string;
|
||||
export type Timestamp = number;
|
Reference in New Issue
Block a user