interface NextStepsData {
    content: null | NextStepsCards;
}

Properties

Properties

content: null | NextStepsCards