update ResolvedSearchResult type

This commit is contained in:
Akinwale Ariwodola 2020-01-05 17:56:08 +01:00
parent 6ef2f9dde9
commit e8f29f1c47
2 changed files with 4 additions and 0 deletions

View file

@ -63,8 +63,10 @@ declare type ResolvedSearchResult = {
channel: string,
channel_claim_id: string,
claimId: string,
duration: number,
fee: number,
name: string,
nsfw: boolean,
release_time: string,
thumbnail_url: string,
title: string,

View file

@ -63,8 +63,10 @@ declare type ResolvedSearchResult = {
channel: string,
channel_claim_id: string,
claimId: string,
duration: number,
fee: number,
name: string,
nsfw: boolean,
release_time: string,
thumbnail_url: string,
title: string,