@eeymoo/ai-coding-sync
    Preparing search index...

    Interface TemplateVariables

    Variables available for template interpolation.

    0.1.0

    interface TemplateVariables {
        date: string;
        hostname: string;
        profile: string;
        syncId: string;
        time: string;
        username: string;
    }
    Index

    Properties

    date: string
    hostname: string
    profile: string
    syncId: string
    time: string
    username: string