gateUndecided( g: { approved: boolean; at: null | string; burden: null | "confirmation" | "light-correction" | "heavy-correction"; by: null | string; notes: null | string; [key: string]: unknown; },): boolean Parameters
- g: {
approved: boolean;
at: null | string;
burden: null | "confirmation" | "light-correction" | "heavy-correction";
by: null | string;
notes: null | string;
[key: string]: unknown;
}
Returns boolean
Gate awaiting a decision: neither approved nor decided-by-anyone yet.