interface VoterDelegateRepresentative {
    from: CredentialOrigin;
    id: string;
    role: "delegateRepresentative";
}

Properties

Properties

id: string
role: "delegateRepresentative"