This website works better with JavaScript
Home
Explore
Help
Sign In
admin
/
ANTOOZA-FRONTEND
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
815e74b2c4
Branches
Tags
dev
main
ANTOOZA-FRONTEN...
/
types
/
forum
/
boardGroup.ts
boardGroup.ts
111 B
History
Raw
1
2
3
4
5
6
// 게시판 분류
export default interface BoardGroup {
id: number;
code: string;
name: string;
}