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

TestRulesetRequest

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

The request for FirebaseRulesService.TestRuleset.

interface TestRulesetRequest {
source?: Source;
testSuite?: TestSuite;
}

§Properties

§
source?: Source
[src]

Optional Source to be checked for correctness. This field must not be set when the resource name refers to a Ruleset.

§
testSuite?: TestSuite
[src]

The tests to execute against the Source. When Source is provided inline, the test cases will only be run if the Source is syntactically and semantically valid. Inline TestSuite to run.