chore: regenerate type declarations

This commit is contained in:
LuanRT
2022-06-18 05:10:53 -03:00
parent 5af2a9972e
commit 1d2c1ed69b
112 changed files with 335 additions and 1596 deletions

View File

@@ -3,10 +3,11 @@ declare class WatchCardRichHeader {
constructor(data: any);
type: string;
title: Text;
title_endpoint: any;
title_endpoint: NavigationEndpoint;
subtitle: Text;
author: Author;
style: any;
}
import Text = require("./Text");
import NavigationEndpoint = require("./NavigationEndpoint");
import Author = require("./Author");