mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-26 03:11:12 +01:00
Request body is now an object
This commit is contained in:
@@ -56,7 +56,7 @@ export interface HttpRequest extends BaseModel {
|
||||
sortPriority: number;
|
||||
name: string;
|
||||
url: string;
|
||||
body: string | null;
|
||||
body: Record<string, string | number | boolean | null | undefined>;
|
||||
bodyType: string | null;
|
||||
authentication: Record<string, string | number | boolean | null | undefined>;
|
||||
authenticationType: string | null;
|
||||
|
||||
Reference in New Issue
Block a user