interface IProperty {
    coopname: string;
    created_at: string;
    id: Interfaces.Capital.IUint64;
    project_hash: string;
    property_amount: string;
    property_description: string;
    property_hash: string;
    status: string;
    username: string;
}

Properties

coopname: string
created_at: string
project_hash: string
property_amount: string
property_description: string
property_hash: string
status: string
username: string