Added metadata.pageStatusCode and metadata.pageError properties to the responses
This commit is contained in:
@@ -119,4 +119,7 @@ export class SearchResult {
|
||||
export interface FireEngineResponse {
|
||||
html: string;
|
||||
screenshot: string;
|
||||
}
|
||||
pageStatusCode?: number;
|
||||
pageError?: string;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user