Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 628 Bytes

File metadata and controls

22 lines (15 loc) · 628 Bytes

FileRep

Properties

Name Type Description Notes
filename string The imported file name, including the extension [optional] [default to undefined]
status string The imported file status [optional] [default to undefined]

Example

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

const instance: FileRep = {
    filename,
    status,
};

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