Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

FunctionCall

import type { FunctionCall } from "https://googleapis.deno.dev/v1/firebaserules:v1.ts";

Represents a service-defined function call that was invoked during test execution.

interface FunctionCall {
args?: any[];
function?: string;
}

§Properties

§
args?: any[]
[src]

The arguments that were provided to the function.

§
function?: string
[src]

Name of the function invoked.