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

ConfigConflict

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

Environment configuration conflict.

interface ConfigConflict {
message?: string;
type?: "CONFLICT_TYPE_UNSPECIFIED" | "BLOCKING" | "NON_BLOCKING";
}

§Properties

§
message?: string
[src]

Conflict message.

§
type?: "CONFLICT_TYPE_UNSPECIFIED" | "BLOCKING" | "NON_BLOCKING"
[src]

Conflict type. It can be blocking or non-blocking.