Type Alias BabeAllowedSlots

BabeAllowedSlots: Enum<
    {
        PrimaryAndSecondaryPlainSlots: undefined;
        PrimaryAndSecondaryVRFSlots: undefined;
        PrimarySlots: undefined;
    },
>