Skip to content

Commit

Permalink
add missing type reference in pxteditor.d.ts (#9854)
Browse files Browse the repository at this point in the history
  • Loading branch information
riknoll authored Feb 7, 2024
1 parent d071d07 commit b2f8b88
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions localtypings/pxteditor.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/// <reference path="../built/pxtlib.d.ts" />
/// <reference path="../built/pxtblocks.d.ts" />
/// <reference path="./projectheader.d.ts" />
/// <reference path="./validatorPlan.d.ts" />

declare namespace pxt.editor {
export interface EditorMessage {
Expand Down

0 comments on commit b2f8b88

Please sign in to comment.