Setting
import type { Setting } from "https://googleapis.deno.dev/v1/cloudidentity:v1.ts";
Setting
interface Setting {
type?: string;
value?: {};
}[key: string]: any;
import type { Setting } from "https://googleapis.deno.dev/v1/cloudidentity:v1.ts";
Setting