mirror of
https://github.com/sqlchat/sqlchat.git
synced 2025-08-01 05:36:11 +08:00
3 lines
57 B
TypeScript
3 lines
57 B
TypeScript
export type Id = string;
|
|
export type Timestamp = number;
|