Type Alias GlobalEvalSource

GlobalEvalSource: EvalSource & {
    situ: {
        type: "global";
    };
}