13 lines
273 B
TypeScript
13 lines
273 B
TypeScript
/* generated using openapi-typescript-codegen -- do not edit */
|
|
/* istanbul ignore file */
|
|
/* tslint:disable */
|
|
/* eslint-disable */
|
|
export type StatusSchema = {
|
|
name: string;
|
|
boardId: number;
|
|
id: number;
|
|
ordinalNumber: number;
|
|
isDeleted?: boolean;
|
|
};
|
|
|