interface IAddBody {
    project: { description?: string; title: string };
    workspace: { id: string };
}

Properties

Properties

project: { description?: string; title: string }
workspace: { id: string }