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

QuestionDifference

import type { QuestionDifference } from "https://aws-api.deno.dev/v0.4/services/wellarchitected.ts?docs=full";

A question difference return object.

interface QuestionDifference {
DifferenceStatus?: DifferenceStatus | null;
QuestionId?: string | null;
QuestionTitle?: string | null;
}

§Properties

§
DifferenceStatus?: DifferenceStatus | null
[src]

Indicates the type of change to the question.

§
QuestionId?: string | null
[src]
§
QuestionTitle?: string | null
[src]