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

Result

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

Possible result values from the function mock invocation.

interface Result {
undefined?: Empty;
value?: any;
}

§Properties

§
undefined?: Empty
[src]

The result is undefined, meaning the result could not be computed.

§
value?: any
[src]

The result is an actual value. The type of the value must match that of the type declared by the service.