Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 627 Bytes

File metadata and controls

22 lines (15 loc) · 627 Bytes

TestCaseExternalIssuesLinksInner

Properties

Name Type Description Notes
case_id number [default to undefined]
external_issues Array<string> [default to undefined]

Example

import { TestCaseExternalIssuesLinksInner } from 'qase-api-client';

const instance: TestCaseExternalIssuesLinksInner = {
    case_id,
    external_issues,
};

[Back to Model list] [Back to API list] [Back to README]