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

Setting

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

Setting

interface Setting {
type?: string;
value?: {
[key: string]: any;
}
;
}

§Properties

§
type?: string
[src]

Required. Immutable. The type of the Setting. .

§
value?: {
[key: string]: any;
}
[src]

Required. The value of the Setting.