react-spa-template/src/lib/api/merchant/models/categoryRevisionQueryRequestDto.ts
2025-04-19 19:24:27 +02:00

15 lines
416 B
TypeScript

/* generated using openapi-typescript-codegen -- do not edit */
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */
export type categoryRevisionQueryRequestDto = {
categoryId?: string | null;
offset?: number;
limit?: number;
utcCreatedFrom?: string | null;
utcCreatedTo?: string | null;
isPublished?: boolean | null;
publishedByUserId?: string | null;
utcCreated?: string | null;
};