UNPKG

@ayanaware/bento

Version:

Modular runtime framework designed to solve complex tasks

7 lines (6 loc) 185 B
import { BentoState } from '../../interfaces/BentoState'; export interface ApplicationState { state: BentoState; entityFiles: Array<string>; variableFiles: Array<string>; }