mirror of
https://github.com/artegoser/piped-api.git
synced 2024-11-21 18:56:22 +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;
|
uploaderVerified: boolean;
|
||||||
url: string;
|
url: string;
|
||||||
views: number;
|
views: number;
|
||||||
|
isShort: boolean;
|
||||||
|
uploaded: number;
|
||||||
|
shortDescription: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface Channel {
|
export interface Channel {
|
||||||
|
|
Loading…
Add table
Reference in a new issue