Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 569 Bytes

File metadata and controls

22 lines (15 loc) · 569 Bytes

ProjectCountsRuns

Properties

Name Type Description Notes
total number [optional] [default to undefined]
active number [optional] [default to undefined]

Example

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

const instance: ProjectCountsRuns = {
    total,
    active,
};

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