export interface StTableHeader {
    id: string;
    label: string;
    sortable?: boolean;
}
