Interface TemplateConfig

interface TemplateConfig {
    favorites: string[];
}

Properties

Properties

favorites: string[]