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;
    }
    • 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;
    }
    • full_abbr_genitive: string
    • name: string
    • short_abbr: string
    • signature_agreement: {
          protocol_day_month_year: string;
          protocol_number: string;
      }
      • protocol_day_month_year: string
      • protocol_number: string
    • website: string