Interface ITemplates

    interface ITemplates {
        [key: string]: AsyncTemplateFunction;
    }

    Indexable

    [key: string]: AsyncTemplateFunction

    Generated using TypeDoc and TypeDoc Airthium Plugin