react-spa-template/src/lib/api/merchant/models/QueryResultDto_TextRevisionDto_.ts

15 lines
556 B
TypeScript

/* generated using openapi-typescript-codegen -- do not edit */
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */
import type { textRevisionDto } from './textRevisionDto';
/**
* The UTC server time is included in the response to allow the client to know (by the server's clock) when the query was performed.
* It is important to populate this field with the server's time at the beginning of the query execution.
*/
export type QueryResultDto_TextRevisionDto_ = {
serverTimeUtc?: string;
results?: Array<textRevisionDto>;
};