mirror of
https://github.com/sqlchat/sqlchat.git
synced 2025-07-28 17:53:21 +08:00
feat: implement connection and database types
This commit is contained in:
@ -1,2 +1,4 @@
|
||||
export type Id = string;
|
||||
export type Timestamp = number;
|
||||
|
||||
export const UNKNOWN_ID = "unknown";
|
||||
|
Reference in New Issue
Block a user