Skip to content

Commit

Permalink
✨ Add pluginPlayground in context for plugin to add needed data
Browse files Browse the repository at this point in the history
  • Loading branch information
castroCrea committed May 16, 2024
1 parent 0a6f2f7 commit 9f92cb4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions dist/FetchContext.type.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ export interface Context {
isFinished?: boolean;
error?: string;
clipContent?: boolean;
pluginPlayground: Record<string, any>;
}
export interface Topics {
subject: string[];
Expand Down
1 change: 1 addition & 0 deletions src/FetchContext.type.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ export interface Context {
isFinished?: boolean
error?: string
clipContent?: boolean
pluginPlayground: Record<string, any>
}

export interface Topics {
Expand Down

0 comments on commit 9f92cb4

Please sign in to comment.