import type * as Square from "../index"; export interface TerminalActionQuerySort { /** * The order in which results are listed. * - `ASC` - Oldest to newest. * - `DESC` - Newest to oldest (default). * See [SortOrder](#type-sortorder) for possible values */ sortOrder?: Square.SortOrder; }