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