Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.21 KB

postv1signalsdebugger.md

File metadata and controls

21 lines (16 loc) · 1.21 KB

PostV1SignalsDebugger

Example Usage

import { PostV1SignalsDebugger } from "firehydrant-typescript-sdk/models/components";

let value: PostV1SignalsDebugger = {
  expression: "<value>",
  signals: [
    {},
  ],
};

Fields

Field Type Required Description
expression string ✔️ CEL expression
signals components.Signals[] ✔️ List of signals to evaluate rule expression against