partial support replaceable event
This commit is contained in:
11
src/utils/types.d.ts
vendored
11
src/utils/types.d.ts
vendored
@@ -111,3 +111,14 @@ export interface NostrBuildResponse extends Response {
|
||||
}>;
|
||||
};
|
||||
}
|
||||
|
||||
export interface Resource {
|
||||
id: string;
|
||||
title: string;
|
||||
image: string;
|
||||
}
|
||||
|
||||
export interface Resources {
|
||||
title: string;
|
||||
data: Array<Resource>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user