Type Alias TimedOut

TimedOut: PlainDescriptor<
    {
        index: number;
        tally: { ayes: bigint; nays: bigint; support: bigint };
    },
>

A referendum has been timed out without being decided.