Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 576 Bytes

File metadata and controls

22 lines (15 loc) · 576 Bytes

DefectResponse

Properties

Name Type Description Notes
status boolean [optional] [default to undefined]
result Defect [optional] [default to undefined]

Example

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

const instance: DefectResponse = {
    status,
    result,
};

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