Type Alias HeaderTypeOption

HeaderTypeOption:
    | "DEFAULT"
    | "default"
    | "SORT"
    | "sort"
    | "CHECK"
    | "check"