LayoutWithFrameProperties: {
    childLayouts: Id[];
    children?: LayoutWithFrameProperties[];
    frameProperties: FrameProperties[];
    height: number | null;
    id: Id;
    intent: LayoutIntent | null;
    name: string;
    parentId?: Id;
    timelineLengthMs?: number;
    type: LayoutType;
    width: number | null;
}

Type declaration

MMNEPVFCICPMFPCPTTAAATR