FileDefinition interface
The definition of a file along with its contents
Property Details
contents
The contents of the Bicep file.
contents?: string
Property Value
string
path
The file path of the Bicep file.
path?: string
Property Value
string