UNPKG

163 BTypeScriptView Raw
1export declare const addVideoToFavorites: () => Promise<{
2 errMsg: string;
3}>;
4export declare const addFileToFavorites: () => Promise<{
5 errMsg: string;
6}>;