TemplateHashResult interface
Result of the request to calculate template hash. It contains a string of minified template and its hash.
Properties
minified |
The minified template string. |
template |
The template hash. |
Property Details
minifiedTemplate
The minified template string.
minifiedTemplate?: string
Property Value
string
templateHash
The template hash.
templateHash?: string
Property Value
string