mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-02-07 01:54:16 +01:00
(bug) wrong typing on status js model
This commit is contained in:
parent
a1eaa2eae7
commit
7047c557cd
@ -3,4 +3,5 @@ import { ProjectSettingOption } from './project-setting-option';
|
|||||||
export interface Status extends ProjectSettingOption {
|
export interface Status extends ProjectSettingOption {
|
||||||
id?: number,
|
id?: number,
|
||||||
name: string,
|
name: string,
|
||||||
|
description?: never
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user