mirror of
https://github.com/skidoodle/hostinfo
synced 2025-03-16 13:59:38 +01:00
firefox support beta
This commit is contained in:
parent
862be4f924
commit
971a980def
6 changed files with 29 additions and 11 deletions
|
@ -13,3 +13,13 @@ export interface DNSEntry {
|
|||
type: number
|
||||
data: string
|
||||
}
|
||||
|
||||
export interface FetchServerInfoRequest {
|
||||
type: 'FETCH_SERVER_INFO';
|
||||
hostname: string;
|
||||
}
|
||||
|
||||
export interface FetchServerInfoResponse {
|
||||
error?: string;
|
||||
data?: ServerData;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue