Skip to content

Commit

Permalink
Add type for ExtensionManager.refreshBlocks()
Browse files Browse the repository at this point in the history
  • Loading branch information
GarboMuffin committed Aug 9, 2023
1 parent e5b493a commit 5dd3aae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions types/scratch-vm.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -759,6 +759,8 @@ declare namespace VM {
interface ExtensionManager {
runtime: Runtime;

refreshBlocks(): Promise<void[]>;

isExtensionLoaded(extensionID: string): boolean;

/**
Expand Down

0 comments on commit 5dd3aae

Please sign in to comment.