mirror of
https://github.com/sqlchat/sqlchat.git
synced 2025-07-28 01:32:09 +08:00
5 lines
95 B
TypeScript
5 lines
95 B
TypeScript
export type Id = string;
|
|
export type Timestamp = number;
|
|
|
|
export const UNKNOWN_ID = "unknown";
|