mirror of
https://github.com/astuto/astuto.git
synced 2025-12-15 11:17:49 +01:00
Add Boards management to sitesettings (#107)
This commit is contained in:
committed by
GitHub
parent
7b8a4d6709
commit
6be2394dc5
7
app/javascript/interfaces/json/IBoard.ts
Normal file
7
app/javascript/interfaces/json/IBoard.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
interface IBoardJSON {
|
||||
id: number;
|
||||
name: string;
|
||||
description?: string;
|
||||
}
|
||||
|
||||
export default IBoardJSON;
|
||||
Reference in New Issue
Block a user