Initial commit
This commit is contained in:
11
shared/types/pydemos.ts
Normal file
11
shared/types/pydemos.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
export interface PyDemoItem {
|
||||
name: string
|
||||
path: string
|
||||
created: string
|
||||
fileCount: number
|
||||
}
|
||||
|
||||
export interface PyDemoMonth {
|
||||
month: number
|
||||
demos: PyDemoItem[]
|
||||
}
|
||||
Reference in New Issue
Block a user