🙃
This commit is contained in:
@@ -3,6 +3,7 @@ interface LeadMsg {
|
||||
cell?: CellRef;
|
||||
raw?: string;
|
||||
eval?: Eval;
|
||||
eval_config?: EvalConfig;
|
||||
bulk_msgs?: Array<LeadMsg>;
|
||||
}
|
||||
|
||||
@@ -31,6 +32,11 @@ interface LeadErr {
|
||||
title: string;
|
||||
}
|
||||
|
||||
interface EvalConfig {
|
||||
do_propagation: boolean;
|
||||
force_propagation: boolean;
|
||||
}
|
||||
|
||||
// Tagged union
|
||||
type Eval =
|
||||
| { literal: Literal }
|
||||
|
||||
Reference in New Issue
Block a user