fix: oapi shitty generation

This commit is contained in:
nihonium 2025-11-27 06:11:55 +03:00
parent cb9fba6fbc
commit 68294dd13c
Signed by untrusted user: nihonium
GPG key ID: 0251623741027CFC
16 changed files with 302 additions and 288 deletions

View file

@ -0,0 +1,14 @@
/* generated using openapi-typescript-codegen -- do not edit */
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */
import type { UserTitleStatus } from './UserTitleStatus';
export type UserTitleMini = {
user_id: number;
title_id: number;
status: UserTitleStatus;
rate?: number;
review_id?: number;
ctime?: string;
};