File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
packages/@sparrow-common/src/types/workspace Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,8 @@ import type {
55 HttpRequestBodyModeDtoEnum ,
66 HttpRequestKeyValueDtoInterface ,
77 HttpRequestMethodsDtoInterface ,
8- HttpRequestNoCodeDtoInterface ,
98} from "./http-request-dto" ;
10- import type { RequestDataTypeEnum } from "./http-request-tab" ;
9+ import type { RequestDataTypeEnum , Tests } from "./http-request-tab" ;
1110import type { Tab } from "./tab" ;
1211
1312export interface HttpRequestUIStateDto {
@@ -52,7 +51,7 @@ export interface HttpRequestMetaDataTestFlowDtoInterface {
5251 selectedRequestBodyType ?: HttpRequestBodyModeDtoEnum ;
5352 state ?: HttpRequestUIStateDto ;
5453 url : string ;
55- tests ?: HttpRequestNoCodeDtoInterface ;
54+ tests ?: Tests ;
5655}
5756
5857export enum TestflowNavigatorEnum {
You can’t perform that action at this time.
0 commit comments