Type Alias TemplateDefaultType

TemplateDefaultType: {
    components: {
        examples: {
            body?: string[];
            footer?: string[];
            header?: string[];
            url?: string[];
        };
        type: TemplateType;
    };
}

Type declaration

  • components: {
        examples: {
            body?: string[];
            footer?: string[];
            header?: string[];
            url?: string[];
        };
        type: TemplateType;
    }