UNPKG

103 BTypeScriptView Raw
1export interface Executable {
2 execute(params: Object): void;
3 validate(params: Object): void;
4}