/** * @example * { * format: "json" * } * * @example * { * format: "json" * } */ export interface DocAiGetResultsRequest { /** Output format of the results, e.g. `json`. */ format?: string; }