diff --git a/qa-core/src/config/internal-api/fixtures/types/unpublishAppResponse.ts b/qa-core/src/config/internal-api/fixtures/types/unpublishAppResponse.ts index 83b0c50352..277970fccb 100644 --- a/qa-core/src/config/internal-api/fixtures/types/unpublishAppResponse.ts +++ b/qa-core/src/config/internal-api/fixtures/types/unpublishAppResponse.ts @@ -1,7 +1,7 @@ export interface UnpublishAppResponse { - data: { - ok: boolean - }, - ok: boolean, - status: number + data: { + ok: boolean + } + ok: boolean + status: number }