import type * as Square from "../../../../index"; /** * @example * {} */ export interface LoadRequest { queryType?: string; cache?: Square.CacheMode; query?: Square.Query; }