Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 702 Bytes

File metadata and controls

24 lines (17 loc) · 702 Bytes

ReferenceRep

Properties

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]

Example

import { ReferenceRep } from 'launchdarkly-api-typescript';

const instance: ReferenceRep = {
    path,
    hint,
    hunks,
};

[Back to Model list] [Back to API list] [Back to README]