FaqSummary
import type { FaqSummary } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/kendra.ts";interface FaqSummary {
CreatedAt?: Date | number | null;
FileFormat?: FaqFileFormat | null;
Id?: string | null;
Name?: string | null;
Status?: FaqStatus | null;
UpdatedAt?: Date | number | null;
}