Interface RequestTemplateConfig

interface RequestTemplateConfig {
    order: "desc" | "asc";
    templateType: "column" | "row";
    textFormat: string;
}

Hierarchy (view full)

Properties

order: "desc" | "asc"
templateType: "column" | "row"
textFormat: string