cooptypes - v2026.8.22-3
    Preparing search index...
    exampleData: {
        address: string;
        branch_name: string;
        chairman_full_name: string;
        coop: { city: string };
        decision: {
            date: string;
            id: number;
            time: string;
            voters_percent: number;
            votes_abstained: number;
            votes_against: number;
            votes_for: number;
        };
        meta: { created_at: string };
        vars: { full_abbr_genitive: string; name: string };
    } = ...

    Type Declaration

    • address: string
    • branch_name: string
    • chairman_full_name: string
    • coop: { city: string }
    • decision: {
          date: string;
          id: number;
          time: string;
          voters_percent: number;
          votes_abstained: number;
          votes_against: number;
          votes_for: number;
      }
    • meta: { created_at: string }
    • vars: { full_abbr_genitive: string; name: string }