more robust notification type safety, remove websocket, add fetch interval
This commit is contained in:
3
types.d.ts
vendored
3
types.d.ts
vendored
@ -1,6 +1,9 @@
|
||||
export interface Notification {
|
||||
account: Account;
|
||||
status: Status;
|
||||
id: string;
|
||||
type: string;
|
||||
created_at: string;
|
||||
}
|
||||
|
||||
export interface NewStatusBody {
|
||||
|
Reference in New Issue
Block a user