This commit is contained in:
浪子
2026-05-15 22:40:43 +08:00
parent e2fcf08e2f
commit cba4901058
7 changed files with 205 additions and 9 deletions
+8
View File
@@ -227,6 +227,14 @@ export type ScheduledStatus = {
created_at: string;
};
export type Marker = {
user_id: string;
timeline: string;
last_read_id: string;
version: number;
updated_at: string;
};
export type OutgoingDelivery = {
id: string;
user_id: string;