mirror of
https://github.com/RYDE-WORK/full-stack-fastapi-template.git
synced 2026-01-20 21:53:16 +08:00
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 $UsersOut = {
|
|
properties: {
|
|
data: {
|
|
type: 'array',
|
|
contains: {
|
|
type: 'UserOut',
|
|
},
|
|
isRequired: true,
|
|
},
|
|
count: {
|
|
type: 'number',
|
|
isRequired: true,
|
|
},
|
|
},
|
|
} as const;
|