Type Alias EvalSource

EvalSource: {
    kind: "eval";
    root: ScriptProgram<HashProp>;
    situ: Situ;
}