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