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

16 lines
433 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;
};