UNPKG

@intersect.mbo/govtool-delegation-pillar

Version:
6 lines (5 loc) 165 B
import type { VoterInfo } from 'types'; export declare const getVoterInfo: ({ apiUrl, dRepID, }: { apiUrl: string; dRepID: string; }) => Promise<VoterInfo>;