| Name | Type | Description | Notes |
|---|---|---|---|
| path | string | File path of the reference | [default to undefined] |
| hint | string | Programming language used in the file | [optional] [default to undefined] |
| hunks | Array<HunkRep> | [default to undefined] |
import { ReferenceRep } from 'launchdarkly-api-typescript';
const instance: ReferenceRep = {
path,
hint,
hunks,
};