Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/script_nop/src/ts/types.ts>ProgramState

A framework for notification-oriented programming paradigm (NOP) implemented in TypeScript.
Go to Latest
type alias ProgramState
import { type ProgramState } from "https://deno.land/x/script_nop@v2.2.2/src/ts/types.ts";
definition: { fbes: { name: string; data: { [key: string]: any; }; }[]; notifications: { actionToRuleNofitications: NOPNotifications; conditionsToRulesNofitications: NOPNotifications; conditionsToConditionsNofitications: NOPNotifications; attributesToConditionsNotifications: NOPNotifications; }; }