feat: generation of modules from the server, moved modules fields from the general tab
This commit is contained in:
9
src/client/models/UpdateCardClientRequest.ts
Normal file
9
src/client/models/UpdateCardClientRequest.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
/* generated using openapi-typescript-codegen -- do not edit */
|
||||
/* istanbul ignore file */
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
export type UpdateCardClientRequest = {
|
||||
cardId: number;
|
||||
clientId: number;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user