baseDependencyFileDescription
[ Interface ]
export interface baseDependencyFileDescription {
name: string;
description?: string;
}Basis of all file dependency definitions.
Properties
Name | Type | Description |
|---|---|---|
name | Name of the file dependency. | |
description [ optional ] | Description of the file dependency. |
![]() | Available from version 1.12 |
