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

PricingRuleType

import type { PricingRuleType } from "https://aws-api.deno.dev/v0.4/services/billingconductor.ts?docs=full";
type PricingRuleType =
| "MARKUP"
| "DISCOUNT"
| "TIERING"

§Type

§
"MARKUP" | "DISCOUNT" | "TIERING" | cmnP.UnexpectedEnumValue
[src]