mirror of
https://github.com/astuto/astuto.git
synced 2025-12-16 03:37:56 +01:00
Add first version of roadmap
This commit is contained in:
7
app/javascript/interfaces/IBoard.ts
Normal file
7
app/javascript/interfaces/IBoard.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
interface IBoard {
|
||||
id: number;
|
||||
name: string;
|
||||
description?: string;
|
||||
}
|
||||
|
||||
export default IBoard;
|
||||
Reference in New Issue
Block a user