Type alias DescribeCompactLayout

DescribeCompactLayout: {
    actions: DescribeLayoutButton[];
    fieldItems: DescribeLayoutItem[];
    id: string;
    imageItems: DescribeLayoutItem[];
    label: string;
    name: string;
    objectType: string;
}

Type declaration