Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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.1.5/src/ts/types.ts";
definition: { fbes: { name: string; data: { [key: string]: any; }; }[]; notifications: { actionToRuleNofitications: NOPNotifications; conditionsToRulesNofitications: NOPNotifications; conditionsToConditionsNofitications: NOPNotifications; attributesToConditionsNotifications: NOPNotifications; }; }