Type alias FunctionJSON

FunctionJSON: {
    [a: string]: any;
}

Type declaration

  • [a: string]: any