Interface StatusUpdate

interface StatusUpdate {
    category: string;
    created_at: Date;
    description: string;
    pin: boolean;
    project: Project;
    user: string;
    user_title: string;
}

Properties

category: string
created_at: Date
description: string
pin: boolean
project: Project
user: string
user_title: string