fix: add missing pubkey to SiteList
This commit is contained in:
parent
78207d0494
commit
23bca2458a
|
@ -14,6 +14,7 @@ export type SelectOptions = {
|
|||
|
||||
export type SiteList = {
|
||||
[domain: string]: {
|
||||
pubkey: string;
|
||||
name: string;
|
||||
rss: string;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue