UNPKG

@omnia/fx-models

Version:
7 lines (6 loc) 144 B
import { ParamTypes } from './Enums'; export interface ServiceParam { name: string; type: ParamTypes; isRequired?: boolean; }