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

TestRulesetResponse

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

The response for FirebaseRulesService.TestRuleset.

interface TestRulesetResponse {
issues?: Issue[];
testResults?: TestResult[];
}

§Properties

§
issues?: Issue[]
[src]

Syntactic and semantic Source issues of varying severity. Issues of ERROR severity will prevent tests from executing.

§
testResults?: TestResult[]
[src]

The set of test results given the test cases in the TestSuite. The results will appear in the same order as the test cases appear in the TestSuite.