interface GridColumnTypes {
    actions: "actions";
    boolean: "boolean";
    custom: "custom";
    date: "date";
    dateTime: "dateTime";
    number: "number";
    singleSelect: "singleSelect";
    string: "string";
}

Properties

actions
boolean
custom
date
dateTime
number
singleSelect
string