mirror of
https://github.com/artegoser/piped-api.git
synced 2024-11-05 20:13:58 +03:00
doc: add some types
This commit is contained in:
parent
51bcba0dcb
commit
8e8a55bddd
1 changed files with 3 additions and 0 deletions
|
@ -89,6 +89,9 @@ export interface Video {
|
|||
uploaderVerified: boolean;
|
||||
url: string;
|
||||
views: number;
|
||||
isShort: boolean;
|
||||
uploaded: number;
|
||||
shortDescription: string;
|
||||
}
|
||||
|
||||
export interface Channel {
|
||||
|
|
Loading…
Reference in a new issue