mirror of
https://github.com/RYDE-WORK/full-stack-fastapi-template.git
synced 2026-01-19 21:23:36 +08:00
10 lines
227 B
TypeScript
10 lines
227 B
TypeScript
/* generated using openapi-typescript-codegen -- do no edit */
|
|
/* istanbul ignore file */
|
|
/* tslint:disable */
|
|
/* eslint-disable */
|
|
|
|
export type UserUpdateMe = {
|
|
full_name?: (string | null);
|
|
email?: (string | null);
|
|
};
|