@ory/client
Version:
OpenAPI client for @ory/client
23 lines (15 loc) • 554 B
Markdown
# SourcePosition
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Line** | **number** | | [optional] [default to undefined]
**column** | **number** | | [optional] [default to undefined]
## Example
```typescript
import { SourcePosition } from '@ory/client';
const instance: SourcePosition = {
Line,
column,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)