@tennac-booking/sdk
Version:
OpenAPI client for @tennac-booking/sdk
25 lines (17 loc) • 596 B
Markdown
# JobResult
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**success** | **boolean** | | [default to undefined]
**job** | **string** | | [default to undefined]
**timestamp** | **string** | | [default to undefined]
## Example
```typescript
import { JobResult } from '@tennac-booking/sdk';
const instance: JobResult = {
success,
job,
timestamp,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)