Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 536 Bytes

File metadata and controls

22 lines (15 loc) · 536 Bytes

Link

Properties

Name Type Description Notes
href string [optional] [default to undefined]
type string [optional] [default to undefined]

Example

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

const instance: Link = {
    href,
    type,
};

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