Agent Maturity Compass API - v1.2.0
    Preparing search index...

    Interface TemplateResult

    interface TemplateResult {
        blocked: boolean;
        rendered: string;
        variablesUsed: string[];
        warnings: string[];
    }
    Index
    blocked: boolean
    rendered: string
    variablesUsed: string[]
    warnings: string[]