interface ICreateproj {
    application: string;
    coopname: string;
    description: string;
    parent_distribution_ratio: number;
    parent_project_hash: string;
    project_hash: string;
    subject: string;
    terms: string;
    title: string;
}

Properties

application: string
coopname: string
description: string
parent_distribution_ratio: number
parent_project_hash: string
project_hash: string
subject: string
terms: string
title: string