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

ManagedResource

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

An external resource managed by App Hosting on the project.

interface ManagedResource {
runService?: RunService;
}

§Properties

§
runService?: RunService
[src]

A Cloud Run service, managed by App Hosting.