@intersect.mbo/govtool-delegation-pillar
Version:
Delegation Pillar of the GovTool project
20 lines (19 loc) • 468 B
TypeScript
export declare const PATHS: {
dRepDirectory: string;
dRepDetails: string;
editDRepMetadata: string;
registerAsDRep: string;
registerAsDirectVoter: string;
retireAsDrep: string;
retireAsDirectVoter: string;
dashboard: string;
};
export declare const DOCS: {
functions: string;
directVoting: string;
dReps: string;
dRepErrors: string;
storingMetadata: string;
voteAbstain: string;
voteNoConfidence: string;
};