1
0
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:
Karen 2023-01-25 11:26:01 +01:00 committed by Sylvain
parent a1eaa2eae7
commit 7047c557cd

View File

@ -3,4 +3,5 @@ import { ProjectSettingOption } from './project-setting-option';
export interface Status extends ProjectSettingOption {
id?: number,
name: string,
description?: never
}