mirror of
https://github.com/vega-org/vega-providers.git
synced 2026-04-17 23:51:44 +00:00
refactor: replace zustand import with Content interface definition for providers
This commit is contained in:
@@ -1,6 +1,11 @@
|
|||||||
import { AxiosStatic } from "axios";
|
import { AxiosStatic } from "axios";
|
||||||
import * as cheerio from "cheerio";
|
import * as cheerio from "cheerio";
|
||||||
import { Content } from "../zustand/contentStore";
|
|
||||||
|
// Content type for providers (replaces zustand import)
|
||||||
|
export interface Content {
|
||||||
|
provider: string;
|
||||||
|
[key: string]: any;
|
||||||
|
}
|
||||||
|
|
||||||
// getPosts
|
// getPosts
|
||||||
export interface Post {
|
export interface Post {
|
||||||
|
|||||||
Reference in New Issue
Block a user