ResolveOptions interface
export interface ResolveOptions 
Properties
| Property | Modifiers | Type | Description | 
|---|---|---|---|
| bail? | boolean | (Optional) Stop immediately when an error occurred. | |
| index? | number[] | (Optional) Source index of a manifest. | |
| path? | string | (Optional) Source path of a manifest. | |
| validate? | boolean | (Optional) Execute validate method of each values. |