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

LayoutSummary

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

Object for the summarized details of the layout.

interface LayoutSummary {
layoutArn: string;
layoutId: string;
name: string;
}

§Properties

§
layoutArn: string
[src]

The Amazon Resource Name (ARN) of the layout.

§
layoutId: string
[src]

The unique identifier for of the layout.

§
name: string
[src]

The name of the layout.