rename blocks to widgets

This commit is contained in:
Ren Amamiya
2023-08-11 15:25:33 +07:00
parent 0cfc3a48d8
commit 36b2acba6a
22 changed files with 118 additions and 107 deletions

View File

@@ -31,7 +31,7 @@ export interface Profile extends NDKUserProfile {
pubkey?: string;
}
export interface Block {
export interface Widget {
id?: string;
account_id?: number;
kind: number;