export interface IScriptCode { readonly execute: string; readonly revert?: string; }