Skip to content

Commit

Permalink
chore: rename back to original
Browse files Browse the repository at this point in the history
  • Loading branch information
NeuralFlux committed Nov 7, 2024
1 parent 7397edb commit b5025c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/types/src/tasks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export interface QueryOptions {

// Options as they are passed to the Query Handler
export interface QueryHandlerOptions extends QueryOptions {
metakg_ops?: SmartAPIKGOperationObject[]; // list of meta kg ops
metakg?: SmartAPIKGOperationObject[]; // list of meta kg ops
provenanceUsesServiceProvider?: boolean;
enableIDResolution?: boolean;
apiList?: APIList;
Expand Down

0 comments on commit b5025c1

Please sign in to comment.