update types

This commit is contained in:
Sean Yesmunt 2020-07-21 14:55:56 -04:00
parent 7847224c89
commit 11a43bae79
2 changed files with 4 additions and 4 deletions

View file

@ -1,12 +1,12 @@
// @flow // @flow
declare type StatusResponse = { declare type LbryFirstStatusResponse = {
Version: string, Version: string,
Message: string, Message: string,
Running: boolean, Running: boolean,
Commit: string, Commit: string,
}; };
declare type VersionResponse = { declare type LbryFirstVersionResponse = {
build: string, build: string,
lbrynet_version: string, lbrynet_version: string,
os_release: string, os_release: string,

View file

@ -1,12 +1,12 @@
// @flow // @flow
declare type StatusResponse = { declare type LbryFirstStatusResponse = {
Version: string, Version: string,
Message: string, Message: string,
Running: boolean, Running: boolean,
Commit: string, Commit: string,
}; };
declare type VersionResponse = { declare type LbryFirstVersionResponse = {
build: string, build: string,
lbrynet_version: string, lbrynet_version: string,
os_release: string, os_release: string,