polish
This commit is contained in:
4
src/utils/types.d.ts
vendored
4
src/utils/types.d.ts
vendored
@@ -32,8 +32,8 @@ export interface Profile extends NDKUserProfile {
|
||||
}
|
||||
|
||||
export interface Block {
|
||||
id: string;
|
||||
account_id: number;
|
||||
id?: string;
|
||||
account_id?: number;
|
||||
kind: number;
|
||||
title: string;
|
||||
content: string;
|
||||
|
||||
Reference in New Issue
Block a user