UNPKG

nakedobjects.spa

Version:

Single Page Application client for a Naked Objects application.

7 lines (6 loc) 196 B
import { Command } from './cicero-commands/Command'; export declare class CiceroContextService { ciceroClipboard: any; chainedCommands: Command[]; nextChainedCommand: Command; }