UNPKG

@np-dev/youtubei-js

Version:

A wrapper around YouTube's private API. Supports YouTube, YouTube Music, YouTube Kids and YouTube Studio (WIP).

9 lines (8 loc) 315 B
import type { ILikeRequest, LikeEndpointOptions } from '../../../types/index.js'; export declare const PATH = "/like/like"; /** * Builds a `/like/like` endpoint payload. * @param options - The options to use. * @returns The payload. */ export declare function build(options: LikeEndpointOptions): ILikeRequest;