interface ICreateprog {
    announce: string;
    calculation_type: string;
    coopname: string;
    description: string;
    fixed_membership_contribution: string;
    images: string;
    is_can_coop_spend_share_contributions: boolean;
    membership_percent_fee: SovietContract.Interfaces.IUint64;
    meta: string;
    preview: string;
    title: string;
    type: string;
    username: string;
}

Properties

announce: string
calculation_type: string
coopname: string
description: string
fixed_membership_contribution: string
images: string
is_can_coop_spend_share_contributions: boolean
membership_percent_fee: SovietContract.Interfaces.IUint64
meta: string
preview: string
title: string
type: string
username: string