11 lines
239 B
TypeScript
11 lines
239 B
TypeScript
/* generated using openapi-typescript-codegen -- do no edit */
|
|
/* istanbul ignore file */
|
|
/* tslint:disable */
|
|
/* eslint-disable */
|
|
|
|
export type UserRegister = {
|
|
email: string;
|
|
password: string;
|
|
full_name?: (string | null);
|
|
};
|