removed crap

This commit is contained in:
2024-10-18 05:48:56 +03:00
parent 5bd779560e
commit c1b9031672
2 changed files with 9 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
/* generated using openapi-typescript-codegen -- do not edit */
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */
export type DealPrefillResponse = {
ok: boolean;
message: string;
};