more robust notification type safety, remove websocket, add fetch interval

This commit is contained in:
2025-07-05 01:03:07 +00:00
parent 856cc84208
commit d85acd2179
3 changed files with 73 additions and 97 deletions

3
types.d.ts vendored
View File

@ -1,6 +1,9 @@
export interface Notification {
account: Account;
status: Status;
id: string;
type: string;
created_at: string;
}
export interface NewStatusBody {