Files
Fulfillment-Frontend/src/client/models/DeleteProjectResponse.ts
2025-02-07 20:07:10 +04:00

10 lines
213 B
TypeScript

/* generated using openapi-typescript-codegen -- do not edit */
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */
export type DeleteProjectResponse = {
ok: boolean;
message: string;
};