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

ByteMatchTuple

import type { ByteMatchTuple } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/waf.ts";
interface ByteMatchTuple {
FieldToMatch: FieldToMatch;
PositionalConstraint: PositionalConstraint;
TargetString: Uint8Array | string;
TextTransformation: TextTransformation;
}

§Properties

§
FieldToMatch: FieldToMatch
[src]
§
PositionalConstraint: PositionalConstraint
[src]
§
TargetString: Uint8Array | string
[src]
§
TextTransformation: TextTransformation
[src]