Type Alias OffencesEvent

OffencesEvent: Enum<{
    Offence: {
        kind: FixedSizeBinary<16>;
        timeslot: Binary;
    };
}>