mirror of
https://github.com/Dvorinka/Primora.git
synced 2026-06-04 12:33:01 +00:00
11 lines
243 B
TypeScript
11 lines
243 B
TypeScript
/* generated using openapi-typescript-codegen -- do not edit */
|
|
/* istanbul ignore file */
|
|
/* tslint:disable */
|
|
/* eslint-disable */
|
|
export type UpdateProjectRequest = {
|
|
name: string;
|
|
slug: string;
|
|
description?: string | null;
|
|
};
|
|
|