Skip to content

Commit

Permalink
add graphObjectStore optional function
Browse files Browse the repository at this point in the history
  • Loading branch information
Gonzalo Avalos Ribas authored and Gonzalo Avalos Ribas committed Oct 9, 2023
1 parent 753c85c commit 530ae9c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/integration-sdk-core/src/types/storage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,6 @@ export interface GraphObjectStore {
getIndexMetadataForGraphObjectType?: (
params: GetIndexMetadataForGraphObjectTypeParams,
) => GraphObjectIndexMetadata | undefined;

getStepsStored?: () => string[];
}

0 comments on commit 530ae9c

Please sign in to comment.