feat: added tags for cards, aligned status headers
This commit is contained in:
@@ -3,12 +3,14 @@
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
import type { AttributeSchema } from './AttributeSchema';
|
||||
import type { CardTagSchema } from './CardTagSchema';
|
||||
import type { ModuleSchema } from './ModuleSchema';
|
||||
export type FullProjectSchema = {
|
||||
name: string;
|
||||
id: number;
|
||||
attributes: Array<AttributeSchema>;
|
||||
modules: Array<ModuleSchema>;
|
||||
tags: Array<CardTagSchema>;
|
||||
boardsCount: number;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user