// (C) 2019 GoodData Corporation
export const SORT_DIR_ASC = "asc";
export const SORT_DIR_DESC = "desc";
