UNPKG

@omnia/fx-models

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