import type { GetVideoDataOpts as CoreGetVideoDataOpts, VideoData } from "@vot.js/core/types/client"; import type { AtLeast } from "@vot.js/shared/types/utils"; import type { BaseHelperOpts } from "./helpers/base.js"; import type { VideoService } from "./service.js"; export type MinimalVideoData = AtLeast, "url">; export type GetVideoDataOpts = CoreGetVideoDataOpts; //# sourceMappingURL=client.d.ts.map