mirror of
https://github.com/sqlchat/sqlchat.git
synced 2025-09-28 10:33:23 +08:00
3 lines
57 B
TypeScript
3 lines
57 B
TypeScript
export type Id = string;
|
|
export type Timestamp = number;
|