Files
privacy.sexy/src/application/Parser/Script/Compiler/FunctionCall/ICompiledCode.ts
2021-02-14 11:18:31 +01:00

5 lines
96 B
TypeScript

export interface ICompiledCode {
readonly code: string;
readonly revertCode?: string;
}