UNPKG

@gmetrixr/rjson

Version:
7 lines (6 loc) 96 B
/** * Command pattern */ export interface IOrder { execute: (projectJson: any) => void; }