export class SamHierarchicalTreeGridColumn { /** * Test to be used in the header for the column */ public headerText: string; /** * The name of the field on the object that will display for each row of the grid */ public fieldName: string; }