2024-01-22 15:16:21 -05:00
|
|
|
/* generated using openapi-typescript-codegen -- do no edit */
|
|
|
|
/* istanbul ignore file */
|
|
|
|
/* tslint:disable */
|
|
|
|
/* eslint-disable */
|
|
|
|
export const $ItemOut = {
|
|
|
|
properties: {
|
|
|
|
title: {
|
2024-04-01 22:53:33 -05:00
|
|
|
type: 'string',
|
|
|
|
isRequired: true,
|
|
|
|
},
|
2024-01-22 15:16:21 -05:00
|
|
|
description: {
|
2024-04-01 22:53:33 -05:00
|
|
|
type: 'any-of',
|
|
|
|
contains: [{
|
|
|
|
type: 'string',
|
|
|
|
}, {
|
|
|
|
type: 'null',
|
|
|
|
}],
|
|
|
|
},
|
2024-01-22 15:16:21 -05:00
|
|
|
id: {
|
2024-04-01 22:53:33 -05:00
|
|
|
type: 'number',
|
|
|
|
isRequired: true,
|
|
|
|
},
|
2024-03-01 12:12:55 -05:00
|
|
|
owner_id: {
|
2024-04-01 22:53:33 -05:00
|
|
|
type: 'number',
|
|
|
|
isRequired: true,
|
|
|
|
},
|
2024-01-22 15:16:21 -05:00
|
|
|
},
|
|
|
|
} as const;
|