monthly update
This commit is contained in:
18
frontend/src/interfaces.ts
Normal file
18
frontend/src/interfaces.ts
Normal file
@@ -0,0 +1,18 @@
|
||||
export interface IMessage {
|
||||
status: string,
|
||||
progress?: string,
|
||||
size?: string,
|
||||
dlSpeed?: string
|
||||
}
|
||||
|
||||
export interface IDLInfo {
|
||||
title: string,
|
||||
thumbnail: string,
|
||||
upload_date?: string | Date,
|
||||
duration?: number
|
||||
}
|
||||
|
||||
export interface IDLSpeed {
|
||||
effective: number,
|
||||
unit: string,
|
||||
}
|
||||
Reference in New Issue
Block a user