mirror of
https://github.com/sqlchat/sqlchat.git
synced 2025-09-26 17:45:14 +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";
|