ValidationResultsOffset: {
    type: "NoOffset";
} | {
    type: "Anchor";
} | {
    offset: bigint;
    type: "Custom";
}

Generated using TypeDoc