UNPKG

@udus/notion-renderer

Version:
4 lines 371 B
import { type Params, type LinkTypeData, type PhotoTypeData, type VideoTypeData, type RichTypeData } from "@extractus/oembed-extractor"; import type { Result } from "../../types/utils.js"; export declare const fetchOembed: (url: string, params?: Params) => Promise<Result<LinkTypeData | PhotoTypeData | VideoTypeData | RichTypeData>>; //# sourceMappingURL=oembed.d.ts.map