/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ /** * Success message response (for operations that don't return data) */ export type SuccessResponse = { /** * Message describing the operation */ message: string; /** * Success indicator */ success: boolean; };