interface IInput {
    data: {
        soviet: {
            individual_data: {
                birthdate: string;
                email: string;
                first_name: string;
                full_address: string;
                last_name: string;
                middle_name: string;
                passport?: null | {
                    code: string;
                    issued_at: string;
                    issued_by: string;
                    number: number;
                    series: number;
                };
                phone: string;
            };
            role: string;
        }[];
        vars: {
            confidential_email: string;
            confidential_link: string;
            contact_email: string;
            coopenomics_agreement?: null | {
                protocol_day_month_year: string;
                protocol_number: string;
            };
            coopname: string;
            full_abbr: string;
            full_abbr_dative: string;
            full_abbr_genitive: string;
            name: string;
            participant_application: {
                protocol_day_month_year: string;
                protocol_number: string;
            };
            passport_request?: null | string;
            privacy_agreement: {
                protocol_day_month_year: string;
                protocol_number: string;
            };
            short_abbr: string;
            signature_agreement: {
                protocol_day_month_year: string;
                protocol_number: string;
            };
            statute_link: string;
            user_agreement: {
                protocol_day_month_year: string;
                protocol_number: string;
            };
            wallet_agreement: {
                protocol_day_month_year: string;
                protocol_number: string;
            };
            website: string;
        };
    };
}

Properties

Properties

data: {
    soviet: {
        individual_data: {
            birthdate: string;
            email: string;
            first_name: string;
            full_address: string;
            last_name: string;
            middle_name: string;
            passport?: null | {
                code: string;
                issued_at: string;
                issued_by: string;
                number: number;
                series: number;
            };
            phone: string;
        };
        role: string;
    }[];
    vars: {
        confidential_email: string;
        confidential_link: string;
        contact_email: string;
        coopenomics_agreement?: null | {
            protocol_day_month_year: string;
            protocol_number: string;
        };
        coopname: string;
        full_abbr: string;
        full_abbr_dative: string;
        full_abbr_genitive: string;
        name: string;
        participant_application: {
            protocol_day_month_year: string;
            protocol_number: string;
        };
        passport_request?: null | string;
        privacy_agreement: {
            protocol_day_month_year: string;
            protocol_number: string;
        };
        short_abbr: string;
        signature_agreement: {
            protocol_day_month_year: string;
            protocol_number: string;
        };
        statute_link: string;
        user_agreement: {
            protocol_day_month_year: string;
            protocol_number: string;
        };
        wallet_agreement: {
            protocol_day_month_year: string;
            protocol_number: string;
        };
        website: string;
    };
}

Type declaration

  • soviet: {
        individual_data: {
            birthdate: string;
            email: string;
            first_name: string;
            full_address: string;
            last_name: string;
            middle_name: string;
            passport?: null | {
                code: string;
                issued_at: string;
                issued_by: string;
                number: number;
                series: number;
            };
            phone: string;
        };
        role: string;
    }[]
  • vars: {
        confidential_email: string;
        confidential_link: string;
        contact_email: string;
        coopenomics_agreement?: null | {
            protocol_day_month_year: string;
            protocol_number: string;
        };
        coopname: string;
        full_abbr: string;
        full_abbr_dative: string;
        full_abbr_genitive: string;
        name: string;
        participant_application: {
            protocol_day_month_year: string;
            protocol_number: string;
        };
        passport_request?: null | string;
        privacy_agreement: {
            protocol_day_month_year: string;
            protocol_number: string;
        };
        short_abbr: string;
        signature_agreement: {
            protocol_day_month_year: string;
            protocol_number: string;
        };
        statute_link: string;
        user_agreement: {
            protocol_day_month_year: string;
            protocol_number: string;
        };
        wallet_agreement: {
            protocol_day_month_year: string;
            protocol_number: string;
        };
        website: string;
    }
    • confidential_email: string
    • confidential_link: string
    • contact_email: string
    • Optional coopenomics_agreement?: null | {
          protocol_day_month_year: string;
          protocol_number: string;
      }
    • coopname: string
    • full_abbr: string
    • full_abbr_dative: string
    • full_abbr_genitive: string
    • name: string
    • participant_application: {
          protocol_day_month_year: string;
          protocol_number: string;
      }
      • protocol_day_month_year: string
      • protocol_number: string
    • Optional passport_request?: null | string
    • privacy_agreement: {
          protocol_day_month_year: string;
          protocol_number: string;
      }
      • protocol_day_month_year: string
      • protocol_number: string
    • short_abbr: string
    • signature_agreement: {
          protocol_day_month_year: string;
          protocol_number: string;
      }
      • protocol_day_month_year: string
      • protocol_number: string
    • statute_link: string
    • user_agreement: {
          protocol_day_month_year: string;
          protocol_number: string;
      }
      • protocol_day_month_year: string
      • protocol_number: string
    • wallet_agreement: {
          protocol_day_month_year: string;
          protocol_number: string;
      }
      • protocol_day_month_year: string
      • protocol_number: string
    • website: string