Sign in
skia
/
buildbot
/
refs/heads/main
/
.
/
puppeteer-tests
/
modules
/
rpc_types.ts
blob: cde8b15b16a3fa5d512b57a499dea61713699e9d [
file
] [
log
] [
blame
] [
edit
]
// DO NOT EDIT. This file is automatically generated.
export
interface
Screenshot
{
test_name
:
string
;
url
:
string
;
}
export
interface
GetScreenshotsRPCResponse
{
screenshots_by_application
:
{
[
key
:
string
]:
Screenshot
[]
};
}