gatelineAPI reference
  • Gate awaiting a decision: neither approved nor decided-by-anyone yet.

    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