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

RelationshipsListItem

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

List of child blocks for the current block.

interface RelationshipsListItem {
Ids?: string[] | null;
Type?: RelationshipType | null;
}

§Properties

§
Ids?: string[] | null
[src]

Identifers of the child blocks.

§
Type?: RelationshipType | null
[src]

Only supported relationship is a child relationship.