VoteFailed: PlainDescriptor<{
    proposal_id: bigint;
    vote: Enum<{
        Aye: undefined;
        Nay: undefined;
    }>;
}>