Sign in
skia
/
buildbot.git
/
f07ee4f742b58bbd03d38c0d58eb796ae4541e98
/
.
/
demos
/
modules
/
rpc_types.ts
blob: 68f9679bf2723af8c9f16799878940ee62de7583 [
file
]
// DO NOT EDIT. This file is automatically generated.
export
interface
Revision
{
hash
:
string
;
url
:
string
;
}
export
interface
Metadata
{
revision
:
Revision
;
demos
:
string
[]
|
null
;
}