interface IVars {
    block_num?: number;
    confidential_email: string;
    confidential_link: string;
    contact_email: string;
    coopenomics_agreement?: {
        protocol_day_month_year: string;
        protocol_number: string;
    };
    coopname: string;
    deleted?: boolean;
    full_abbr: string;
    full_abbr_dative: string;
    full_abbr_genitive: string;
    investment_agreement?: {
        protocol_day_month_year: string;
        protocol_number: string;
        subject: string;
        terms: string;
    };
    name: string;
    participant_application: {
        protocol_day_month_year: string;
        protocol_number: string;
    };
    passport_request: "yes" | "no";
    privacy_agreement: {
        protocol_day_month_year: string;
        protocol_number: string;
    };
    short_abbr: string;
    signature_agreement: {
        protocol_day_month_year: string;
        protocol_number: string;
    };
    user_agreement: {
        protocol_day_month_year: string;
        protocol_number: string;
    };
    wallet_agreement: {
        protocol_day_month_year: string;
        protocol_number: string;
    };
    website: string;
}

Properties

block_num?: number
confidential_email: string
confidential_link: string
contact_email: string
coopenomics_agreement?: {
    protocol_day_month_year: string;
    protocol_number: string;
}

Type declaration

  • protocol_day_month_year: string
  • protocol_number: string
coopname: string
deleted?: boolean
full_abbr: string
full_abbr_dative: string
full_abbr_genitive: string
investment_agreement?: {
    protocol_day_month_year: string;
    protocol_number: string;
    subject: string;
    terms: string;
}

Type declaration

  • protocol_day_month_year: string
  • protocol_number: string
  • subject: string
  • terms: string
name: string
participant_application: {
    protocol_day_month_year: string;
    protocol_number: string;
}

Type declaration

  • protocol_day_month_year: string
  • protocol_number: string
passport_request: "yes" | "no"
privacy_agreement: {
    protocol_day_month_year: string;
    protocol_number: string;
}

Type declaration

  • protocol_day_month_year: string
  • protocol_number: string
short_abbr: string
signature_agreement: {
    protocol_day_month_year: string;
    protocol_number: string;
}

Type declaration

  • protocol_day_month_year: string
  • protocol_number: string
user_agreement: {
    protocol_day_month_year: string;
    protocol_number: string;
}

Type declaration

  • protocol_day_month_year: string
  • protocol_number: string
wallet_agreement: {
    protocol_day_month_year: string;
    protocol_number: string;
}

Type declaration

  • protocol_day_month_year: string
  • protocol_number: string
website: string