Files
brave-core/components/definitions/webcompatReporter.d.ts
T

11 lines
194 B
TypeScript

declare namespace WebcompatReporter {
export interface ApplicationState {
reporterState: State | undefined
}
export interface State {
siteUrl: string
submitted: boolean
}
}