import type * as Square from "../index"; export interface TerminalCheckoutQuerySort { /** * The order in which results are listed. * Default: `DESC` * See [SortOrder](#type-sortorder) for possible values */ sortOrder?: Square.SortOrder; }