| Name | Type | Description | Notes |
|---|---|---|---|
| status | boolean | [optional] [default to undefined] | |
| result | Project | [optional] [default to undefined] |
import { ProjectResponse } from 'qase-api-client';
const instance: ProjectResponse = {
status,
result,
};| Name | Type | Description | Notes |
|---|---|---|---|
| status | boolean | [optional] [default to undefined] | |
| result | Project | [optional] [default to undefined] |
import { ProjectResponse } from 'qase-api-client';
const instance: ProjectResponse = {
status,
result,
};