keeping it here just for time being - want to unblock the FE team. export OnBoardingTask

interface OnBoardingTask {
    date_completed?: null | string;
    id?: null | string;
    link?: null | string;
    status?: OnBoardingTaskStatus;
    title?: null | string;
}

Properties

date_completed?: null | string
id?: null | string
link?: null | string
title?: null | string