mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-01-30 19:52:20 +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 {
|
||||
id?: number,
|
||||
name: string,
|
||||
description?: never
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user