Type alias DescribePathAssistant

DescribePathAssistant: {
    active: boolean;
    animationRule?: DescribeAnimationRule[] | null;
    apiName: string;
    label: string;
    pathPicklistField: string;
    picklistsForRecordType?: PicklistForRecordType[] | null;
    recordTypeId?: string | null;
    steps: DescribePathAssistantStep[];
}

Type declaration