import { ParamTypes } from "./Enums"; export interface ServiceParam { name: string; type: ParamTypes; isRequired?: boolean; }