cooptypes - v2026.4.27-2
    Preparing search index...
    exampleData: {
        coop: { short_name: string };
        vars: {
            full_abbr_genitive: string;
            name: string;
            short_abbr: string;
            signature_agreement: {
                protocol_day_month_year: string;
                protocol_number: string;
            };
            website: string;
        };
    } = ...

    Type Declaration

    • coop: { short_name: string }
    • vars: {
          full_abbr_genitive: string;
          name: string;
          short_abbr: string;
          signature_agreement: {
              protocol_day_month_year: string;
              protocol_number: string;
          };
          website: string;
      }