re-uploading work
This commit is contained in:
15
web/src/api/models/ApiResponse_String.ts
Normal file
15
web/src/api/models/ApiResponse_String.ts
Normal file
@@ -0,0 +1,15 @@
|
||||
/* generated using openapi-typescript-codegen -- do not edit */
|
||||
/* istanbul ignore file */
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
/**
|
||||
* Standard API response wrapper
|
||||
*/
|
||||
export type ApiResponse_String = {
|
||||
data: string;
|
||||
/**
|
||||
* Optional message
|
||||
*/
|
||||
message?: string | null;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user