Chore: Fix prettier issues in test files (#1710)
* Chore: Fix prettier issues in test files * Escape w and d properly
This commit is contained in:
@@ -19,11 +19,11 @@ export interface JSONRPCError {
|
||||
data?: string;
|
||||
}
|
||||
|
||||
export type JSONRPCRequestParams = {[key: string]: any};
|
||||
export type JSONRPCRequestParams = { [key: string]: any };
|
||||
|
||||
export type HTTPMethod = 'GET' | 'POST' | 'PUT' | 'PATCH' | 'DELETE' | 'HEAD' | 'CONNECT' | 'OPTIONS' | 'TRACE';
|
||||
|
||||
export type GFRequestOptions = {[key: string]: any};
|
||||
export type GFRequestOptions = { [key: string]: any };
|
||||
|
||||
export interface ZabbixRequestResponse {
|
||||
data?: JSONRPCResponse<any>;
|
||||
|
||||
Reference in New Issue
Block a user