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

CreateLayoutRequest

import type { CreateLayoutRequest } from "https://aws-api.deno.dev/v0.4/services/connectcases.ts?docs=full";
interface CreateLayoutRequest {
content: LayoutContent;
domainId: string;
name: string;
}

§Properties

§

Information about which fields will be present in the layout, and information about the order of the fields.

§
domainId: string
[src]

The unique identifier of the Cases domain.

§
name: string
[src]

The name of the layout. It must be unique for the Cases domain.