2023-12-26 10:51:46 -05:00
|
|
|
/* 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;
|
2024-03-01 12:12:55 -05:00
|
|
|
full_name?: (string | null);
|
2023-12-26 10:51:46 -05:00
|
|
|
id: number;
|
|
|
|
|
};
|