@coopenomics/sdk
    Preparing search index...

    Variable rawVarsSelectorConst

    rawVarsSelector: {
        confidential_email: boolean;
        confidential_link: boolean;
        contact_email: boolean;
        coopenomics_agreement: {
            protocol_day_month_year: boolean;
            protocol_number: boolean;
        };
        coopname: boolean;
        full_abbr: boolean;
        full_abbr_dative: boolean;
        full_abbr_genitive: boolean;
        name: boolean;
        participant_application: {
            protocol_day_month_year: boolean;
            protocol_number: boolean;
        };
        passport_request: boolean;
        privacy_agreement: {
            protocol_day_month_year: boolean;
            protocol_number: boolean;
        };
        short_abbr: boolean;
        signature_agreement: {
            protocol_day_month_year: boolean;
            protocol_number: boolean;
        };
        statute_link: boolean;
        user_agreement: {
            protocol_day_month_year: boolean;
            protocol_number: boolean;
        };
        wallet_agreement: {
            protocol_day_month_year: boolean;
            protocol_number: boolean;
        };
        website: boolean;
    } = ...

    Type Declaration

    • confidential_email: boolean
    • contact_email: boolean
    • coopenomics_agreement: { protocol_day_month_year: boolean; protocol_number: boolean }
    • coopname: boolean
    • full_abbr: boolean
    • full_abbr_dative: boolean
    • full_abbr_genitive: boolean
    • name: boolean
    • participant_application: { protocol_day_month_year: boolean; protocol_number: boolean }
    • passport_request: boolean
    • privacy_agreement: { protocol_day_month_year: boolean; protocol_number: boolean }
    • short_abbr: boolean
    • signature_agreement: { protocol_day_month_year: boolean; protocol_number: boolean }
    • user_agreement: { protocol_day_month_year: boolean; protocol_number: boolean }
    • wallet_agreement: { protocol_day_month_year: boolean; protocol_number: boolean }
    • website: boolean