forked from FoundKeyGang/FoundKey
foundkey-js: adjust type definition
This commit is contained in:
parent
6a26da3516
commit
73f81177b4
1 changed files with 5 additions and 0 deletions
|
@ -281,6 +281,11 @@ export type LiteInstanceMetadata = {
|
||||||
iconUrl: string;
|
iconUrl: string;
|
||||||
faviconUrl: string;
|
faviconUrl: string;
|
||||||
bannerUrl: string;
|
bannerUrl: string;
|
||||||
|
images: {
|
||||||
|
error: string;
|
||||||
|
notFound: string;
|
||||||
|
info: string;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
export type DetailedInstanceMetadata = LiteInstanceMetadata & {
|
export type DetailedInstanceMetadata = LiteInstanceMetadata & {
|
||||||
|
|
Loading…
Reference in a new issue