mirror of
https://github.com/RYDE-WORK/full-stack-fastapi-template.git
synced 2026-01-23 07:13:24 +08:00
12 lines
252 B
TypeScript
12 lines
252 B
TypeScript
/* generated using openapi-typescript-codegen -- do no edit */
|
|
/* istanbul ignore file */
|
|
/* tslint:disable */
|
|
/* eslint-disable */
|
|
|
|
export type ItemOut = {
|
|
title: string;
|
|
description?: (string | null);
|
|
id: number;
|
|
owner_id: number;
|
|
};
|