mirror of
https://github.com/RYDE-WORK/full-stack-fastapi-template.git
synced 2026-01-22 06:43:30 +08:00
10 lines
227 B
TypeScript
10 lines
227 B
TypeScript
/* generated using openapi-typescript-codegen -- do no edit */
|
|
/* istanbul ignore file */
|
|
/* tslint:disable */
|
|
/* eslint-disable */
|
|
|
|
export type ItemUpdate = {
|
|
title?: (string | null);
|
|
description?: (string | null);
|
|
};
|