Skip to main content

IUpdateCaseParams

@codebolt/types


Interface: IUpdateCaseParams

Defined in: common/types/src/codeboltjstypes/libFunctionTypes/autoTesting.ts:163

Properties

PropertyTypeDefined in
description?stringcommon/types/src/codeboltjstypes/libFunctionTypes/autoTesting.ts:167
idstringcommon/types/src/codeboltjstypes/libFunctionTypes/autoTesting.ts:164
key?stringcommon/types/src/codeboltjstypes/libFunctionTypes/autoTesting.ts:165
labels?string[]common/types/src/codeboltjstypes/libFunctionTypes/autoTesting.ts:169
name?stringcommon/types/src/codeboltjstypes/libFunctionTypes/autoTesting.ts:166
priority?"low" | "high" | "medium" | "automated"common/types/src/codeboltjstypes/libFunctionTypes/autoTesting.ts:170
steps?{ content: string; id?: string; order?: number; }[]common/types/src/codeboltjstypes/libFunctionTypes/autoTesting.ts:168
type?stringcommon/types/src/codeboltjstypes/libFunctionTypes/autoTesting.ts:171