mirror of
https://github.com/Unleash/unleash.git
synced 2025-02-19 00:15:43 +01:00
fix: add interface
This commit is contained in:
parent
5446038ed7
commit
0ffa01502f
@ -13,6 +13,11 @@ export interface IProject {
|
|||||||
createdAt: Date;
|
createdAt: Date;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
interface IProjectHealthUpdate {
|
||||||
|
id: string;
|
||||||
|
health: number;
|
||||||
|
}
|
||||||
|
|
||||||
interface IProjectInsert {
|
interface IProjectInsert {
|
||||||
id: string;
|
id: string;
|
||||||
name: string;
|
name: string;
|
||||||
|
Loading…
Reference in New Issue
Block a user