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

ListNotificationRulesFilterName

import type { ListNotificationRulesFilterName } from "https://aws-api.deno.dev/v0.3/services/codestarnotifications.ts?docs=full";
type ListNotificationRulesFilterName =
| "EVENT_TYPE_ID"
| "CREATED_BY"
| "RESOURCE"
| "TARGET_ADDRESS"

§Type

§
"EVENT_TYPE_ID" | "CREATED_BY" | "RESOURCE" | "TARGET_ADDRESS" | cmnP.UnexpectedEnumValue
[src]