/** * Direção da ordenação. */ export declare enum OrderDirection { /** * Ascendente */ ASC = "ASC", /** * Descendente */ DESC = "DESC" }