export default interface IFunctionReturn { type: 'number' | 'string'; desc: string; }