Interface RenderTemplateFileProps

interface RenderTemplateFileProps {
    pathToFile: string;
    variables: unknown;
}

Properties

pathToFile: string

Path to file containing a template string

variables: unknown

Variables used to render the template string

Generated using TypeDoc