update types
This commit is contained in:
parent
7847224c89
commit
11a43bae79
2 changed files with 4 additions and 4 deletions
4
dist/flow-typed/LbryFirst.js
vendored
4
dist/flow-typed/LbryFirst.js
vendored
|
@ -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,
|
||||||
|
|
4
flow-typed/LbryFirst.js
vendored
4
flow-typed/LbryFirst.js
vendored
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue