/** * Intended to be used for general purpose parameter * not only for functions */ export default interface Parameter { parameter: Type; }