Таблица хранит целевые потребительские программы контракта маркетплейса.

interface IProgram {
    announce: string;
    calculation_type: string;
    coopname: string;
    description: string;
    draft_id: SovietContract.Interfaces.IUint64;
    expired_at: string;
    fixed_membership_contribution: string;
    id: SovietContract.Interfaces.IUint64;
    images: string;
    is_active: boolean;
    membership_percent_fee: SovietContract.Interfaces.IUint64;
    meta: string;
    preview: string;
    program_type: string;
    start_at: string;
    title: string;
}

Properties

announce: string
calculation_type: string
coopname: string
description: string
expired_at: string
fixed_membership_contribution: string
images: string
is_active: boolean
membership_percent_fee: SovietContract.Interfaces.IUint64
meta: string
preview: string
program_type: string
start_at: string
title: string