This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
admin
/
dpot-frontend
Vigiar
1
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Árvore:
d8686e783d
Ramos
Etiquetas
main
dpot-frontend
/
types
/
forum
/
boardGroup.ts
boardGroup.ts
111 B
Histórico
Em bruto
1
2
3
4
5
6
// 게시판 분류
export default interface BoardGroup {
id: number;
code: string;
name: string;
}