Skip to content

Commit

Permalink
Added export statement for interface IDebugInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
Lorthiz committed Oct 12, 2024
1 parent 0094514 commit 9a09885
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import {IExportedValue, IInstance, ObjectType} from "../../../entities";
import {IKsyTypes} from "../../../DataManipulation/ParsingModule/CodeExecution/Types";

interface IDebugInfo {
export interface IDebugInfo {
start: number;
end: number;
ioOffset: number;
Expand Down

0 comments on commit 9a09885

Please sign in to comment.