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

ThemeVersion

import type { ThemeVersion } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/quicksight.ts";
interface ThemeVersion {
Arn?: string | null;
BaseThemeId?: string | null;
Configuration?: ThemeConfiguration | null;
CreatedTime?: Date | number | null;
Description?: string | null;
Errors?: ThemeError[] | null;
Status?: ResourceStatus | null;
VersionNumber?: number | null;
}

§Properties

§
Arn?: string | null
[src]
§
BaseThemeId?: string | null
[src]
§
Configuration?: ThemeConfiguration | null
[src]
§
CreatedTime?: Date | number | null
[src]
§
Description?: string | null
[src]
§
Errors?: ThemeError[] | null
[src]
§
Status?: ResourceStatus | null
[src]
§
VersionNumber?: number | null
[src]