2023-12-26 10:51:46 -05:00
|
|
|
/* generated using openapi-typescript-codegen -- do no edit */
|
|
|
|
/* istanbul ignore file */
|
|
|
|
/* tslint:disable */
|
|
|
|
/* eslint-disable */
|
|
|
|
|
2024-04-01 22:53:33 -05:00
|
|
|
export type UserRegister = {
|
2023-12-26 10:51:46 -05:00
|
|
|
email: string;
|
|
|
|
password: string;
|
2024-03-01 12:12:55 -05:00
|
|
|
full_name?: (string | null);
|
2023-12-26 10:51:46 -05:00
|
|
|
};
|