interface INewProject {
    description?: string;
    id: string;
    owners: string[];
    title: string;
    workspace: string;
}

Hierarchy (View Summary)

Properties

description?: string
id: string
owners: string[]
title: string
workspace: string