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

Expr

import type { Expr } from "https://googleapis.deno.dev/v1/securitycenter:v1.ts";
interface Expr {
description?: string;
expression?: string;
location?: string;
title?: string;
}

§Properties

§
description?: string
[src]
§
expression?: string
[src]
§
location?: string
[src]
§
title?: string
[src]