Sdílet prostřednictvím


TemplateHashResult interface

Result of the request to calculate template hash. It contains a string of minified template and its hash.

Properties

minifiedTemplate

The minified template string.

templateHash

The template hash.

Property Details

minifiedTemplate

The minified template string.

minifiedTemplate?: string

Property Value

string

templateHash

The template hash.

templateHash?: string

Property Value

string