mirror of
https://github.com/astuto/astuto.git
synced 2025-12-16 11:47:56 +01:00
Add slugs for Posts, Boards and OAuths (#321)
This commit is contained in:
committed by
GitHub
parent
e887bca9cf
commit
09fb156a4e
@@ -2,6 +2,7 @@ interface IBoardJSON {
|
||||
id: number;
|
||||
name: string;
|
||||
description?: string;
|
||||
slug?: string;
|
||||
}
|
||||
|
||||
export default IBoardJSON;
|
||||
Reference in New Issue
Block a user