Move to promises
Closes https://github.com/Chocobozzz/PeerTube/issues/74
This commit is contained in:
parent
5fe7e89831
commit
6fcd19ba73
88 changed files with 1980 additions and 2505 deletions
4
shared/models/result-list.model.ts
Normal file
4
shared/models/result-list.model.ts
Normal file
|
@ -0,0 +1,4 @@
|
|||
export interface ResultList<T> {
|
||||
total: number
|
||||
data: T[]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue