Type alias DescribeLayout

DescribeLayout: {
    buttonLayoutSection?: DescribeLayoutButtonSection | null;
    detailLayoutSections: DescribeLayoutSection[];
    editLayoutSections: DescribeLayoutSection[];
    feedView?: DescribeLayoutFeedView | null;
    highlightsPanelLayoutSection?: DescribeLayoutSection | null;
    id?: string | null;
    quickActionList?: DescribeQuickActionListResult | null;
    relatedContent?: RelatedContent | null;
    relatedLists: RelatedList[];
    saveOptions: DescribeLayoutSaveOption[];
}

Type declaration