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

ChangeType

import type { ChangeType } from "https://aws-api.deno.dev/v0.3/services/mq.ts?docs=full";

The type of change pending for the ActiveMQ user.

type ChangeType =
| "CREATE"
| "UPDATE"
| "DELETE"

§Type

§
"CREATE" | "UPDATE" | "DELETE" | cmnP.UnexpectedEnumValue
[src]