interface IProject {
    can_convert_to_project: boolean;
    coopname: string;
    counts: ICountsData;
    created_at: string;
    crps: ICrpsData;
    data: string;
    description: string;
    fact: IFactPool;
    id: Interfaces.Capital.IUint64;
    invite: string;
    is_opened: boolean;
    is_planed: boolean;
    master: string;
    membership: IMembershipCrps;
    meta: string;
    parent_hash: string;
    plan: IPlanPool;
    project_hash: string;
    status: string;
    title: string;
    voting: IVotingData;
}

Properties

can_convert_to_project: boolean
coopname: string
counts: ICountsData
created_at: string
crps: ICrpsData
data: string
description: string
fact: IFactPool
invite: string
is_opened: boolean
is_planed: boolean
master: string
membership: IMembershipCrps
meta: string
parent_hash: string
plan: IPlanPool
project_hash: string
status: string
title: string
voting: IVotingData