/** * Intended to be used for general purpose arguments * not only for functions */ export default interface Argument { argument: Arguments; }