mirror of
https://github.com/vega-org/vega-providers.git
synced 2026-04-17 15:41:45 +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 * 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
|
||||
export interface Post {
|
||||
|
||||
Reference in New Issue
Block a user