@ory/client
Version:
OpenAPI client for @ory/client
23 lines (15 loc) • 628 B
Markdown
# Plan
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **string** | Name is the name of the plan. | [default to undefined]
**version** | **number** | Version is the version of the plan. The combination of `name@version` must be unique. | [default to undefined]
## Example
```typescript
import { Plan } from '@ory/client';
const instance: Plan = {
name,
version,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)