mirror of
https://github.com/sqlchat/sqlchat.git
synced 2025-09-27 18:15:49 +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