This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
admin
/
dpot-frontend
Seguir
1
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Árbore:
1a6120436f
Ramas
Etiquetas
main
dpot-frontend
/
types
/
forum
/
boardGroup.ts
boardGroup.ts
111 B
Histórico
Raw
1
2
3
4
5
6
// 게시판 분류
export default interface BoardGroup {
id: number;
code: string;
name: string;
}