initial commit
This commit is contained in:
9
webapp/src/generated/models/peachCreateUserRequest.ts
Normal file
9
webapp/src/generated/models/peachCreateUserRequest.ts
Normal file
@ -0,0 +1,9 @@
|
||||
/* generated using openapi-typescript-codegen -- do not edit */
|
||||
/* istanbul ignore file */
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
import type { peachUser } from './peachUser';
|
||||
export type peachCreateUserRequest = {
|
||||
payload?: peachUser;
|
||||
};
|
||||
|
Reference in New Issue
Block a user