Typescript Library Declarations (DOM)
Interface Report
MDN Reference
interface
Report
{
body
:
ReportBody
;
type
:
string
;
url
:
string
;
toJSON
(
)
:
any
;
}
Index
Properties
body
type
url
Methods
toJSON
Properties
Readonly
body
body
:
ReportBody
MDN Reference
Readonly
type
type
:
string
MDN Reference
Readonly
url
url
:
string
MDN Reference
Methods
toJSON
toJSON
(
)
:
any
Returns
any
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
body
type
url
Methods
toJSON
Typescript Library Declarations (DOM)
MDN Reference