mirror of
https://github.com/RYDE-WORK/full-stack-fastapi-template.git
synced 2026-01-19 21:23:36 +08:00
13 lines
259 B
TypeScript
13 lines
259 B
TypeScript
/* generated using openapi-typescript-codegen -- do no edit */
|
|
/* istanbul ignore file */
|
|
/* tslint:disable */
|
|
/* eslint-disable */
|
|
export const $Message = {
|
|
properties: {
|
|
message: {
|
|
type: 'string',
|
|
isRequired: true,
|
|
},
|
|
},
|
|
} as const;
|