TemplateDictionary – GBG IDscan Documentation

TemplateDictionary

The set of templates which can be overridden. Any templates which are not overridden will fall back to the defaults. Take care to follow the integration guide when overriding templates.

Signature:

export declare type TemplateDictionary = Partial<Record<Templates, ITemplateConfiguration>>;
Was this page helpful?