10 lines
217 B
TypeScript
10 lines
217 B
TypeScript
/* generated using openapi-typescript-codegen -- do no edit */
|
|
/* istanbul ignore file */
|
|
/* tslint:disable */
|
|
/* eslint-disable */
|
|
|
|
export type ItemCreate = {
|
|
title: string;
|
|
description?: (string | null);
|
|
};
|