Type Alias LocalEvalSource

LocalEvalSource: EvalSource & {
    situ: {
        type: "local" | "aran";
    };
}