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

Intersection

import type { Intersection } from "https://googleapis.deno.dev/v1/bigtableadmin:v2.ts";

A GcRule which deletes cells matching all of the given rules.

interface Intersection {
rules?: GcRule[];
}

§Properties

§
rules?: GcRule[]
[src]

Only delete cells which would be deleted by every element of rules.