UNPKG
tcx-builder
Version:
latest (1.1.1)
1.1.1
1.1.0
1.0.2
1.0.1
1.0.0
Tcx builder
github.com/anthony2856/tcx-builder
anthony2856/tcx-builder
tcx-builder
/
dist
/
models
/
Course
/
CourseFolderAttributes.d.ts
6 lines
(5 loc)
•
163 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
BaseAttribute
}
from
'../_common'
;
export
declare
class
CourseFolderAttributes
extends
BaseAttribute
{
Name
:
string
;
constructor
(
Name
:
string
); }