20 lines
438 B
TypeScript
20 lines
438 B
TypeScript
/* generated using openapi-typescript-codegen -- do no edit */
|
|
/* istanbul ignore file */
|
|
/* tslint:disable */
|
|
/* eslint-disable */
|
|
export const $ItemsOut = {
|
|
properties: {
|
|
data: {
|
|
type: 'array',
|
|
contains: {
|
|
type: 'ItemOut',
|
|
},
|
|
isRequired: true,
|
|
},
|
|
count: {
|
|
type: 'number',
|
|
isRequired: true,
|
|
},
|
|
},
|
|
} as const;
|