| Name | Type | Description | Notes |
|---|---|---|---|
| id | string | The phase ID | [default to undefined] |
| audiences | Array<Audience> | [default to undefined] | |
| name | string | The release phase name | [default to undefined] |
| configuration | object | [optional] [default to undefined] |
import { Phase } from 'launchdarkly-api-typescript';
const instance: Phase = {
id,
audiences,
name,
configuration,
};