type alias NotificationModeimport { type NotificationMode } from "https://deno.land/x/script_nop@v2.3.5/src/ts/types.ts"; definition: | "IGNORE_MISSING" | "FORCE" | "IGNORE_MISSING_AND_FORCE" | ""