export ActivityTask

interface ActivityTask {
    created_at?: string;
    date_completed?: null | string;
    id?: null | string;
    link?: null | string;
    short_id?: null | string;
    status?: ActivityTaskStatus;
    title?: null | string;
}

Properties

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